I am trying to reuse the LoopingSelector for my own collection. Technically everything is working just fine nut I am trying to skin the items presented in the list and having less success there.
Adding a DataTemplate with my own data is no problem. The problem is that I want the single element shown when the LoopingSelector is collapsed shown with a different style then when it is expanded. I can set the style on the LoopingSelector bus as far as I can tell I need to set the style on the LoopingSelectorItem and can´t find any way to do so.
Any help would be appreciated
Can you not achieve this with the “Normal”, “Expanded” and “Selected” states?
What have you tried?