Xamarin-Forms-TreeView icon indicating copy to clipboard operation
Xamarin-Forms-TreeView copied to clipboard

IsExpanded not function at init status

Open chy001a opened this issue 8 years ago • 0 comments

examples: in DemoTreeViewModel.cs change var a = MyTree.Children.Add(new DemoTreeNode { Title = "Branch A", Score = 0.75, IsExpanded = true }); to var a = MyTree.Children.Add(new DemoTreeNode { Title = "Branch A", Score = 0.75, IsExpanded = false });

not effect!

chy001a avatar Oct 14 '16 02:10 chy001a