Styling
Component Styles
The ComponentStyles
utility class offers several methods for styling UI components:
-
setOverflowAuto(Component)
: Sets the overflow of the givenComponent
to "auto". This makes theComponent
automatically scroll if necessary. -
setFormItemLabelWidth(Component, String)
: Sets the width of all form item labels in the givenComponent
.