TreeView.GetExpanded
public IList<int> GetExpanded();
Returns
IList<int> TreeViewItem IDs.
Description 描述
Returns a list of TreeViewItem IDs that are currently expanded in the TreeView.
See Also: SetExpanded.
IList<int> TreeViewItem IDs.
Returns a list of TreeViewItem IDs that are currently expanded in the TreeView.
See Also: SetExpanded.