The following code no longer works in Visual Studio 2013. It builds, but I get XAML error "The property 'tickMarks' does not have an accessible setter' and cannot view the designer. Same for XamSliderNumericThumb.
<ig:XamNumericRangeSlider x:Name="xamNumericSliderPlaySpeed" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Margin="10,5,0,0" HorizontalAlignment="Stretch" VerticalAlignment="Top" MinValue="-2" MaxValue="2" SmallChange="1" LargeChange="1" TrackClickAction="MoveToPoint" IsMouseWheelEnabled="True"> <ig:XamNumericRangeSlider.TickMarks> <ig:SliderTickMarks NumberOfTickMarks="3" UseFrequency="False" IncludeSliderEnds="True"/> </ig:XamNumericRangeSlider.TickMarks> <ig:XamSliderNumericThumb Value="0" IsSnapToTickEnabled="True"> <ig:XamSliderNumericThumb.TrackFillBrush> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="#FFFEF10F" Offset="0"/> <GradientStop Color="#FFE55415" Offset="1"/> </LinearGradientBrush> </ig:XamSliderNumericThumb.TrackFillBrush> </ig:XamSliderNumericThumb> </ig:XamNumericRangeSlider>
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
I can confirm that the VS 2013.2 RC resolves the issue. Thank you.
There is a reply from MS that the issue has been resolved in the latest update for VS 2013 (Update 2 RC). I can suggest you install it and try again.
Is there a work around for this? I cannot use this control. There is no response from MS on the link.
Hi Everyone,
Our developers have investigated this and they found that this issue is due to a bug in Visual Studio 2013. They were able to reproduce this issue outside of our controls. Please see the bug logged with Microsoft here:
https://connect.microsoft.com/VisualStudio/feedback/details/815922/visual-studio-designer-behavior-changed-from-2012-2013-no-longer-recognizes-generic-collections-of-generics-properly