Hey,
is it possible to select the first child when clicking on the main item?
Example:
+ MainItem 1
++ ChildItem 1.1
++ ChildItem 1.2
+ MainItem 2
++ ChildItem 2.1
++ ChildItem 2.2
+ MainItem 3
+ MainItem 4
When I click on MainItem 2 I want the control to select ChildItem 2.1 without showing the ContentView for MainItem 1.
Is this possible?
Thanks.
Possible Workaround: ItemType.Button with an empty command.