Method SetPanelWidth
SetPanelWidth(SplitPanelPosition, float)
Sets the width of the specified panel.
public virtual bool SetPanelWidth(SplitPanelPosition position, float width)
Parameters
positionSplitPanelPositionThe position of the panel to set the width for. Must be either Left or Right.
widthfloatThe new width to set for the specified panel.