property Pool.MaxHeight as Long
Specifies the maximum height of the pool.

TypeDescription
Long A Long expression that specifies the max height of the pool. If negative, the MaxHeight property has no effect.
By default, the MaxHeight property is -1, which indicates that it has no effect. The MaxHeight property specifies the maximum height of the pool. The MinHeight property indicates the minimum height of the pool. The Height property indicates the height in pixels of the pool.The Width property specifies the width in pixels of the pool. The X property indicates the x-coordinate of the top-left corner of the pool on the surface. The Y property indicates the y-coordinate of the top-left corner of the pool on the surface. The HeaderSize property specifies the size of the left, right, top or bottom header. The HeaderVisible property shows or hides the left, right, top or bottom header. The ExtendPoolOnHeaderExtend property specifies whether the pool extends its size, when its header get resized.