Method SetPanelHeight
SetPanelHeight(SplitPanelPosition, float)
Sets the height of the specified panel in a split view layout.
public virtual bool SetPanelHeight(SplitPanelPosition position, float height)
Parameters
positionSplitPanelPositionThe position of the panel to set the height for. Must be either Top or Bottom.
heightfloatThe new height to assign to the specified panel.