TdxCustomScrollbarAnnotation.MaxHeight Property
Specifies the maximum length (in pixels) of annotation marks on a scrollbar.
Declaration
property MaxHeight: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
The MinHeight and MaxHeight property values set the minimum and maximum annotation mark length.
The annotation mark length increases as the number of scrollable items decreases. The maximum annotation mark length is not limited if the MaxHeight property is set to 0.
Note
The MaxHeight property’s setter replaces an assigned negative value with zero.
See Also