.. _stdlib_ui_content_size_fitter_component: =================== UIContentSizeFitter =================== .. das:module:: ui_content_size_fitter_component +++++++ Classes +++++++ .. _struct-ui_content_size_fitter_component-UIContentSizeFitter: .. das:attribute:: UIContentSizeFitter : Component .. note:: ``UIFrame`` component is automatically added to the node if it is not already present A component that automatically resizes the UI frame to fit its children's bounding box. :Fields: * **horizontalFit** : bool = true - If true, the frame width will be adjusted to fit children horizontally. * **verticalFit** : bool = true - If true, the frame height will be adjusted to fit children vertically.