Won't Fix
Last Updated: 01 Aug 2017 08:44 by ADMIN
ADMIN
Kiril Vandov
Created on: 15 Feb 2016 07:38
Category: Slider
Type: Bug Report
2
Slider: After editing its ControlTemplate in Blend, the ticks of the Slider are not displayed
When the Slider ControlTemplate is edited in Blend, the ticks of the control are not displayed.

Workaround:
The ItemsSource and ItemTemplateSelector of the RadTickBar controls "BottomTickBar" and "TopTickBar" is not set in the extraction process. To workaround this, set these two properties of TickBars and the ticks will be displayed ", for instance:
ItemsSource="{TemplateBinding ResultTicks}" and ItemTemplateSelector="{TemplateBinding TickTemplateSelector}".

Reason for closed:
This is an issue, that has been reported to Microsoft on several occasions (for example here: https://connect.microsoft.com/VisualStudio/feedback/details/677461/msdn-forum-the-value-of-itemscontrol-itemssource-is-missing-in-the-extracted-template )  and it is not scheduled to be fixed.
0 comments