Skip to main content

TcxScrollBar.Min Property

Specifies the lower limit of scrollbar values.

Declaration

property Min: Integer read; write; default 0;

Property Value

Type Default
Integer 0

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 Min property is 0.

See Also