Name | Type | Default |
---|---|---|
disabled | boolean | false |
Gets whether the dockpanel is disabled.
|
||
height | string | number | null |
Sets or gets the dockpanel's height.
|
||
lastchildfill | boolean | true |
When true, the last child gets the available width and height.
|
||
width | string | number | null |
Sets or gets the dockpanel's width.
|
||
Events |
||
layout | Event | |
Occurs when the layout is performed. Code examples
Bind to the
|
||
Methods |
||
Name | Arguments | Return Type |
refresh | None | |
Refreshes the DockPanel.
|