Name | Type | Default |
---|---|---|
disabled | Boolean | false |
Gets whether the dockpanel is disabled. Code examples
Set the
Get the
Try it: disabled is set to true
|
||
height | Number/String | null |
Sets or gets the dockpanel's height. Code examples
Set the
Get the
Try it: height is set to 210
|
||
lastchildfill | Boolean | true |
When true, the last child gets the available width and height. Code examples
Set the
Get the
Try it: lastchildfill is set to true
|
||
width | Number/String | null |
Sets or gets the dockpanel's width. Code examples
Set the
Get the
Try it: width is set to 300
|
||
Events |
||
layout | Event | |
Occurs when the layout is performed. Code examples
Bind to the
|