Method | Description | |
---|---|---|
CreateChildListForCollapsedParent ( ) : List |
||
FindItem ( int itemID ) : TreeViewItem | ||
GetRows ( ) : IList |
||
InitIfNeeded ( ) : void | ||
IsChildListForACollapsedParent ( IList |
||
LazyTreeViewDataSource ( TreeViewController treeView ) : System | ||
RevealItem ( int itemID ) : void | ||
SetExpandedWithChildren ( TreeViewItem item, bool expand ) : void | ||
SetExpandedWithChildren ( int id, bool expand ) : void |
Method | Description | |
---|---|---|
GetParentsAbove ( int id ) : HashSet |
||
GetParentsBelow ( int id ) : HashSet |
public static CreateChildListForCollapsedParent ( ) : List |
||
return | List |
public FindItem ( int itemID ) : TreeViewItem | ||
itemID | int | |
return | TreeViewItem |
protected abstract GetParentsAbove ( int id ) : HashSet |
||
id | int | |
return | HashSet |
protected abstract GetParentsBelow ( int id ) : HashSet |
||
id | int | |
return | HashSet |
public static IsChildListForACollapsedParent ( IList |
||
childList | IList |
|
return | bool |
public LazyTreeViewDataSource ( TreeViewController treeView ) : System | ||
treeView | TreeViewController | |
return | System |
public SetExpandedWithChildren ( TreeViewItem item, bool expand ) : void | ||
item | TreeViewItem | |
expand | bool | |
return | void |
public SetExpandedWithChildren ( int id, bool expand ) : void | ||
id | int | |
expand | bool | |
return | void |