SMART datagrid v.1 > Classes > TreeView
DataLudi.TreeView.expandAll method
子行を持ってcollapsedであるすべての行達を広げる。
パラメーターlevelが0より大きければツリー行のレベルがこの値である行達までだけ広げる。 個別的のonCollapsing、onCollapsedイベントは発生しない。
function expandAll (level: Integer);
- Returns
- Void
- Parameters
- level - Integer. デフォルト値は0.
- See Also
- onCollapsing
- onCollapsed
- collapseAll
- collapsed
- ツリー概要
- Examples
- Hello Tree