Method SetPanelWidthAtLeast
SetPanelWidthAtLeast(SplitPanelPosition, float, bool)
Ensures that the width of the specified panel is at least the given value.
public virtual bool SetPanelWidthAtLeast(SplitPanelPosition position, float value, bool onlyOnce = false)
Parameters
positionSplitPanelPositionThe position of the panel whose width is to be set.
valuefloatThe minimum width to set for the panel.
onlyOnceboolWhether to set the width only once.
Returns
Remarks
If the current width of the panel is less than the specified value, the panel's width is increased to meet the minimum requirement.