TreeView Avalonia Binding
I have ObservableCollection<User> UsersList
. I need Binding this collection to my TreeView. How i can do this on AvaloniaUI?
I have ObservableCollection<User> UsersList
. I need Binding this collection to my TreeView. How i can do this on AvaloniaUI?