TdxNavBarGroup.TopVisibleLinkIndex Property
Declaration
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