ScrollBar

Top  Previous  Next
tog_minusScrollBar

SmartCL.Controls.ScrollBar

 

TW3CustomScrollBar = class(TW3CustomControl)

TW3VerticalScrollbar = class(TW3CustomScrollBar)

TW3HorizontalScrollbar = class(TW3CustomScrollBar)

 

Public methods:

    class function supportAdjustment: Boolean; override;

Properties:

public
  property MinButton: TW3ScrollbarLowerBtn read FUpBtn;
  property MaxButton: TW3ScrollbarHigherBtn read FDownBtn;
  property DragHandle: TW3ScrollbarHandle read FHandle;
published
  property Total: Integer read FTotal write setTotal;
  property PageSize: Integer read FPageSize write setPageSize;
  property Position: Integer read FPosition write setPosition;