Hi,
I have an SfTreeView bound to my ViewModel:
My requirement is that when tapping on a parent node (that has child nodes in it), it should select that node instead of the parent.
So for example, in this case, when I tap on the Referral item, it should really highlight and select the Referral Details instead.
Thanks!