public static void SetBringExpandedChildrenIntoView(UITreeListItem treeListItem, bool value) { treeListItem.SetValue(BringExpandedChildrenIntoViewProperty, value); }
public static void SetBringSelectedItemIntoView(UITreeListItem treeListItem, bool value) { treeListItem.SetValue(BringSelectedItemIntoViewProperty, value); }