Skip to main content

TdxCustomScrollbarAnnotation.MinHeight Property

Specifies the minimum length (in pixels) of annotation marks on a scrollbar.

Declaration

property MinHeight: 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 decreases as the number of scrollable items increases. Assign the minimum pixel length to the MinHeight property to prevent annotation marks from shrinking into one-pixel dots if the number of scrollable items is high.

Note

The MinHeight property’s setter replaces an assigned negative value with zero.

See Also