TcxScrollBoxScrollBarOptions Members
Scrollbar settings.Constructors
| Name | Description |
|---|---|
| Create(TcxCustomScrollBox,TScrollBarKind) | Initializes a new instance of the TcxScrollBoxScrollBarOptions class with specified settings. |
Properties
| Name | Description |
|---|---|
| Increment |
Specifies the amount by which the scroll box’s position changes when clicking scrollbar buttons. The default value of the Increment property is 8. |
| Kind | Determines the scrollbar orientation. |
| Margin | Specifies the scroll container padding. |
| Position | Specifies the scroll box’s position within the scrollbar. |
| Range | Specifies the upper limit for the scroll box. |
| Tracking | Specifies whether the scroll container‘s content is continuously moved when dragging the scroll box. |
| Visible | Specifies the scrollbar visibility. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| ToString | Inherited from TObject. |
See Also