Specifications

CHAPTER 14
290
Border style for Panel
containers
You can set the borderStyle property to "solid"
and set a
borderColor and
borderThickness property on the Panel
container.
Panel does not support any value for the
borderStyle property other than "default".
You can use a combination of explicit heights and
widths and absolute positioning to replicate most of
the SDK 2.0.1 behavior for alternative
borderStyle
properties.
The PanelSkin class's implementation of alternative
borderStyle properties does not lay out the header
and control bar in the correct locations; the Panel is
not large enough.
TitleWindow title alignment The TitleWindow controls
textHeight property
adjusts to the scale factor.
The TitleWindow control’s textHeight property
ignores the scale factor.
Accordion header padding The
paddingTop and paddingBottom proper-
ties of the Accordion headers is set to -1.
The height of the Accordion container’s header is
different by one to two pixels.
Accordion subcomponent
styles
The styles of the Accordion headers are inherited
from the Accordion container.
The Accordion header does not inherit its styles from
the Accordion control. Instead, the header uses the
headerStyleName style, if one is specified.
The following Accordion styles are deprecated:
fillAlphas, fillColors,
focusRoundedCorners, horizontalGap,
selectedFillColors, and verticalGap.
ColorPicker subcomponent
styles
The ColorPicker’s swatch panel subcomponent
inherits its styles from the ColorPicker control.
Styles that affect the swatch panel do not apply if
they are set on the ColorPicker. Instead, the swatch
panel uses the
swatchPanelStyleName style, if
one is specified.
The following ColorPicker styles are deprecated:
backgroundColor, columnCount,
horizontalGap, verticalGap, previewHeight,
previewWidth, swatchGridBackgroundColor,
swatchGridBorderSize, swatchHeight,
swatchHighlightColor,
swatchHighlightSize, swatchWidth,
textFieldWidth, and textFieldStyleName.
ComboBox subcomponent
styles
The List drop-down in a ComboBox control
inherits its styles from the ComboBox control.
The List subcomponent does not inherit its styles
from the ComboBox control. Instead, the List
subcomponent uses the
dropdownStyleName style,
if one is specified.
Difference Behavior in SDK 2.0.1 Behavior in SDK 3