maximumHeight

Type: Integer

Availability: Read or write at any time

The maximumHeight property of the JadeDockBase class contains the maximum height (in pixels) of the control. Use this property if you want to prevent users from resizing the control over the specified height. (For details about setting a maximum width, see the maximumWidth property.)

The default value of this property is zero (0), with values in the range zero (0) through 32767 pixels permitted. If the property value is zero (0), the property is ignored and has no effect.

The maximumHeight property applies only to dock controls that are aligned horizontally (that is, when the alignContainer property value is set to AlignContainer_AllHorizontal, AlignContainer_Bottom, or AlignContainer_Top); otherwise the property value is ignored.

The maximumHeight property controls the maximum height of the control when:

The value of the maximumHeight property cannot be less than the value of the minimumHeight property unless the maximumHeight property is set to the default value of zero (0). If the values of the maximumHeight and minimumHeight properties are the same, no resize bar is displayed below the control, even if the value of the showResizeBar property is true.

The value of the maximumHeight property has no impact on the allowed sizes of the parent form on which it appears.

2016.0.01 and higher