RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScroller.Min Property

Specifies the minimum value the Position property can take.

Pascal
property Min: Longint;
C++
__property Longint Min;

Use Min to set the lower limit of the scrolling range. The Min and Max properties define the range of values over which the scroller can scroll. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!