Enum RadAutoSizeMode
Specifies how RadElements automatically size themselves relative to their content and available space.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum RadAutoSizeMode
Remarks
This enumeration defines different automatic sizing behaviors for RadElements, controlling how they calculate their size based on their content, children, and available space. The sizing mode affects layout calculations and how elements respond to changes in their content or container size.
Auto
Specifies automatic sizing behavior that adapts to the element's context and content.
FitToAvailableSize
Specifies that the element should size itself to fit within the available space provided by its container.
WrapAroundChildren
Specifies that the element should size itself to exactly fit around its child elements.