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

TdxNavBarGroup.TopVisibleLinkIndex Property

Specifies the index of the link displayed at the top of the current group.

#Declaration

Delphi
property TopVisibleLinkIndex: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use this property to scroll a group’s client area when links don’t fit inside it (Side Bar Views only). In such an instance, the end-user can also perform scrolling by clicking scroll buttons. Assigning a negative value to the TopVisibleLinkIndex property makes the first link top visible. Assigning a value greater than the index of the last available link moves the last link to the top.

The image below displays a TdxNavBar control whose second group’s TopVisibleLinkIndex property is set to 0 and 1 respectively.

See Also