We need a TreeView control for a customer's project - with the ability to display an icon for each node in the tree.
I've seen various discussions over the last year or two, and the only implementation seems to be:
https://github.com/danvanderboom/Xamarin-Forms-TreeView
or maybe something based on:
https://github.com/shuklajay/CollapseListView-in-xamarin.forms
Is anyone aware of any other solution? We're currently targeting only Android, so a custom renderer implementing a Xamarin.Android (i.e. Native) control is a possibility.