TdxCustomNavBar.ScrollPosition Property
Gets an integer value which represents the current position of the scrollbar.
Declaration
property ScrollPosition: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the ScrollPosition property to determine the current position of the scrollbar. If the scrollbar is not visible the ScrollPosition property returns 0. The scrollbar is visible only when an Explorer Bar View is applied to the NavBar control and the contents of its group don’t fit into the control’s client area.
See Also