Skip to main content

TdxNavBarGroup.OnTopVisibleLinkChanged Event

Occurs after the top visible link has been changed within a group.

Declaration

property OnTopVisibleLinkChanged: TNotifyEvent read; write;

Remarks

Handle this event to perform specific actions immediately after the top visible link has been changed within a group.

There are two things that will cause the event to fire:

  • An end-user clicks scroll buttons to scroll the group’s client area when links don’t fit inside it.

  • The group’s TopVisibleLinkIndex property value is changed via code.

See Also