TdxCustomNavBar.MakeGroupVisible(TdxNavBarGroup) Method
Makes the specified group’s contents completely visible on screen.
Declaration
procedure MakeGroupVisible(AGroup: TdxNavBarGroup);
Parameters
Name | Type |
---|---|
AGroup | TdxNavBarGroup |
Remarks
Use the MakeGroupVisible method to show the contents of the group specified by the AGroup parameter. Note: in Side Bar Views, the method simply expands the specified group (makes it active). In Explorer Bar Views, the method expands the specified group and scrolls the View to make the group’s entire contents visible.
Note
if the group’s Visible property value is False, the MakeGroupVisible method does nothing. The method can only expand groups and scroll the control vertically. It cannot change a group’s visibility.
See Also