Styling

Component Styles

The ComponentStyles utility class offers several methods for styling UI components:

  • setOverflowAuto(Component): Sets the overflow of the given Component to "auto". This makes the Component automatically scroll if necessary.

  • setFormItemLabelWidth(Component, String): Sets the width of all form item labels in the given Component.