-
I want to customize how the selected I have a Style created for my <Style Selector="ListBoxItem.FrameMenu">
<Setter Property="Theme" Value="{DynamicResource ListBoxItem.FrameMenu}"/>
</Style> For any other control i can just set "Classes" to whatever i want, but i don't see a way to do that for the Am i missing something ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Nevermind ! I was indeed missing something, there is a way to do it: <Style Selector="ListBox.FrameMenu > ListBoxItem">
<Setter Property="Theme" Value="{DynamicResource ListBoxItem.FrameMenu}"/>
</Style> |
Beta Was this translation helpful? Give feedback.
Nevermind ! I was indeed missing something, there is a way to do it: