Method SetPanelVisible
SetPanelVisible(SplitPanelPosition, bool)
Sets the visibility of the specified panel.
public virtual void SetPanelVisible(SplitPanelPosition position, bool visible = true)
Parameters
positionSplitPanelPositionThe position of the panel to modify. Must be one of the defined SplitPanelPosition values.
visiblebool
Remarks
This method updates the visibility state of the panel at the specified position.
The visibility of the panel is determined by the visible parameter.