RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScroller Class

TScroller is a horizontal scrolling control that provides basic horizontal scrolling capabilities.

Pascal
TScroller = class(TCustomControl);
C++
class TScroller : public TCustomControl;

The TTabSet object uses TScroller to scroll its visible tabs. TScroller is provided for backward compatibility only. TScroller is similar to an up-down control (TUpDown) with a horizontal orientation, except that it does not work with a companion control. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!