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