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.MakeLinkVisible(TdxNavBarItemLink) Method

Makes the specified link visible on screen.

#Declaration

Delphi
procedure MakeLinkVisible(ALink: TdxNavBarItemLink);

#Parameters

Name Type
ALink TdxNavBarItemLink

#Remarks

Use the MakeLinkVisible method to display a link on the screen. The desired link is specified by the ALink parameter. If the link is within a collapsed group, the group is expanded. For a Side Bar View, the group is scrolled to make the link the top one visible, if possible. If an Explorer Bar View is in effect, the control is scrolled vertically to make the link the top one visible within the control, if possible.

Note

if the link’s owning group is invisible (its Visible property value is False), the method does nothing. Similarly, nothing occurs if the corresponding item’s Visible property is set to False. The MakeLinkVisible method can only expand groups, scroll their contents and scroll the control.

See Also