Skip to main content

Version 1, Update 8

This update exposes some new features introduced in AutoLayout v5.

  • All components that have a height and width property now allow you to specify maximum and minimum heights and widths.
  • The AutoLayout component has a couple of property changes:
    • The spacing property now accepts a LayoutGap object, which allows you to specify a horizontal or vertical gap.
    • A new wrap property allows you to enable wrapping.
  • The Text component has a new truncate property for controlling text truncation behavior.