Hello,
I want to show a different ExpansionIndicator based on the nesting level.
For example the Indicator on the second level should be displayed as a triangle and all others should display as the default ExpansionIndicator. I think this should be possible. But how would I do this?
Thanks in advance,
Jens
Hi Jens,
Is this a fixed data structure like Customer/Orders/Order Details or a more freeform structure like a tree?
Hi Joe,
It is a fixed data structure.
I thought it could be possible with using a trigger that looks at the NestingDepth property and then apply another Style accordingly.Unfortunately, I don't really know how the code should loook like.
Perhaps there is another solution to my problem.
Ciao,