This question is locked. New answers and comments are not allowed.
Hi,
I'm using RadSlider to allow the user to select desired level in my business object hierarchy. I'm also using a TickTemplate and ValueConverter to display each levels name instead of a simple number. The slider needs to have vertical orientation but each tick label should still be horizontal for better readability.
I've encountered two mishaps when trying to accomplish this.
1. When using the ValueConverter to display readable names instead of simple integer values, the layout of the ticks gets messed up spreading the ticks too wide, not following the steps on the slider.
2. When adding a simple RotateTransform in the TickTemplate the string gets cut off only displaying two, three letters.
In the attached screenshot you can see what it all looks like. I've sketched on it to better explain what you see.
Does anyone have an idea of how I can solve this?
Best regards, Clas Ericson
I'm using RadSlider to allow the user to select desired level in my business object hierarchy. I'm also using a TickTemplate and ValueConverter to display each levels name instead of a simple number. The slider needs to have vertical orientation but each tick label should still be horizontal for better readability.
I've encountered two mishaps when trying to accomplish this.
1. When using the ValueConverter to display readable names instead of simple integer values, the layout of the ticks gets messed up spreading the ticks too wide, not following the steps on the slider.
2. When adding a simple RotateTransform in the TickTemplate the string gets cut off only displaying two, three letters.
In the attached screenshot you can see what it all looks like. I've sketched on it to better explain what you see.
Does anyone have an idea of how I can solve this?
Best regards, Clas Ericson