TdxCustomRibbon.CheckHide Method
Recalculates the Ribbon UI layout when the parent form’s height changes.
Declaration
procedure CheckHide;
Remarks
Call the CheckHide
procedure to refresh the Ribbon UI layout when a user shrinks the application window vertically.
Tip
We recommend that you use a [TdxRibbonForm](xref:dxRibbonForm.TdxRibbonForm class descendant together with the TdxRibbon control. The Ribbon form automatically handles all layout changes.
See Also