Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomNavBar.ScrollPosition Property

Gets an integer value which represents the current position of the scrollbar.

#Declaration

Delphi
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