Skip to content

format

typescript
GridLayout.fillLimit

class: GridLayout

description

The constraint type for the number of rows and columns of child controls in a grid layout.

There are three constraint types: Auto, Row, and Column. For more details, see LayoutFillLimitType.

parameter

param_nametypedescription

reture

typedescription
LayoutFillLimitTypeThe constraint type for the number of rows and columns.

code example