This version of Unity is unsupported.

TreeView.IsChildListForACollapsedParent

Declaration

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.