Skip to main content

TcxScrollBar.Max Property

Specifies the upper limit of scrollbar values.

Declaration

property Max: Integer read; write; default 100;

Property Value

Type Default
Integer 100

Remarks

Use the Min and Max properties to define the range of scrollbar values (also called scrollable range). The Position property value always falls within the specified range.

The default value of the Max property is 100.

See Also