PanelBaseSetHeightBasedOnChildren Method |
Set the panel's height to match its children automatically.
Note: to make this happen on its own every frame, set the 'AdjustHeightAutomatically' property to true.
Namespace:
GeonBit.UI.Entities
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual bool SetHeightBasedOnChildren()
Return Value
Type:
BooleanTrue if succeed to adjust height, false if couldn't for whatever reason.
See Also