TcxScrollBar.SetParams(Integer,Integer,Integer) Method
Positions the thumb using specified parameters.
Declaration
procedure SetParams(APosition: Integer; AMin: Integer; AMax: Integer);
Parameters
Name | Type |
---|---|
APosition | Integer |
AMin | Integer |
AMax | Integer |
Remarks
Method parameters specify the new Position, Min, and Max property values with which the method repaints the scrollbar. You can call the extended version of this method (SetScrollParams) if you need to modify the thumb’s size and optionally postpone scrollbar repainting.
See Also