Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2150
XamNumericSlider designer error message
posted

Has anyone tried to use XamNumericSlider in the VS 2015 Update 1 RC designer?

I get an error:

InvalidOperationException: Can only base on a Style with target type that is base type 'XamNumericSlider'.

I'm incorporating this style:

Office2010Blue.xamSlider.xaml

X:\Program Files (x86)\Infragistics\2015.2\WPF\Themes\Office2010Blue

My example is below

<IgSliders:XamNumericSlider

xmlns:IgSliders="http://schemas.infragistics.com/xaml"

Orientation="Vertical"

TrackFillBrush="Transparent"

Width="120"

Height="500"

FontWeight="Bold"

VerticalAlignment="Center"

MinValue="-11"

MaxValue="12"

Value="{Binding HoursOffset, Mode=TwoWay}"

Grid.Column="0"

Grid.RowSpan="1" />