enisn / TreeView.Maui

A simple treeview control for MAUI
MIT License
38 stars 8 forks source link

Add selection support #18

Open enisn opened 1 year ago

enisn commented 1 year ago

treeview-selection

enisn commented 1 year ago

There is a better implementation with behaviors. Selection is not a responsibility of the TreeView itself. https://github.com/enisn/UraniumUI/pull/43