I'm using the RadSlider control to display a RangeSliderThumb (to define a range of values) and a regular SliderThumb (to define one value within that range). To be able to differentiate the regular SliderThumb i applied some style to it.
We are using PRISM and i noticed the style of the regular SliderThumb is reset when i navigate to the page a second time. None of the other styles are affected by navigating to the page multiple times.
I've attached a project with a stripped down version of my problem. Pressing the buttons navigates to the respective pages.
Screenshot after first navigation (style is applied as expected):
Screenshot after second navigation (style of regular SliderThumb is reset):
Any ideas on how to fix that behavior?
Greetings
Josh
https://docs.telerik.com/devtools/wpf/knowledge-base/kb-slider-style-middle-thumb-style-manager
I think the "SelectionMiddleThumbStyle" only applies to the middle part (the yellow bar in the screenshots). In my use case i need both the range selection and another single slider that can move freely inside the selected range.