LayoutData
object used to describe how a Component
is rendered within a Column
.
TableLayout
) to properly lay out a table. This class is not intended to be subclassed outside the framework.
@noextend This class is not intended to be subclassed by clients.ColumnLayout
class. You can control width and height hints, as well as horizontal alignment using instances of this class. As with other layouts, they are not required to get the default behaviour.
@see ColumnLayout
@since 3.0
|
|