TreeView.IsChildListForACollapsedParent
protected static bool IsChildListForACollapsedParent(IList<TreeViewItem> childList);
Parameters
| childList | Children list of a TreeViewItem. |
Description 描述
Utility method for checking if the childList is identical to the one returned by the CreateChildListForCollapsedParent method.