2.17 .autosize

This attribute of the toolbar defines whether the toolbar should automatically be enlarged in the respective direction to cover the entire toolbar row or column.

Definition

  • Data type

    boolean

  • Access

    get, set

  • changed event

    no

Beginning with the last toolbar in a row or column, toolbars with .autosize = true – regardless of .sizeable – will be enlarged if empty space is available,

Expansion is limited to the docking direction: width is increased for horizontal direction and height for vertical direction.

Value range

true
The toolbar is automatically enlarged and covers the available space in the row or column.
false
The toolbar is not automatically enlarged.