Skip to main content

DockControllerBase.Hide Method

Name Parameters Description
Hide(BaseLayoutItem, AutoHideGroup) item, target Enables the auto-hide functionality for the item/panel and hides it within the specified AutoHideGroup group.
Hide(BaseLayoutItem, Dock) item, dock Enables the auto-hide functionality for the item/panel and hides it at the specified edge of the DockLayoutManager container.
Hide(BaseLayoutItem) item Enables the auto-hide functionality for the item/panel and hides it at a corresponding edge of the DockLayoutManager container.