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