SMART datagrid v.1 > Classes > TreeView
DataLudi.TreeView.expand method
パラメーターrowで指定したツリー行を広げる。
パラメーターrecursiveがtrueなら子孫行達も広げられる。
広げられる前にonExapndingイベントが発生して、 広げられた後にonExpandedイベントが発生する。 既にexpandedの行は何もしない。
function expand (row: TreeRow, recursive: Boolean, force: Boolean);
- Returns
- Void
- Parameters
- row - TreeRow. required.
- recursive - Boolean. デフォルト値はfalse.
- force - Boolean. デフォルト値はfalse.
- See Also
- collapse
- TreeRow.expanded
- ツリー概要
- Examples
- Hello Tree