This question is locked. New answers and comments are not allowed.
Hi,
I tried to disable the RadPaginationControl Horizontal scrollviewer like this:
but it didnt work, how can i disable the scroller of the dots?
I tried to disable the RadPaginationControl Horizontal scrollviewer like this:
<telerikPrimitives:RadPaginationControl PageProvider="{Binding ElementName=slideView}" DisplayMode="Thumbnails" ItemTemplate="{StaticResource dot}" ScrollViewer.HorizontalScrollBarVisibility="Disabled" CurrentItemTemplate="{StaticResource dotFilled}" x:Name="pagination" BorderThickness="0,0,0,1" BorderBrush="{StaticResource highlightBrush}" Margin="12,-12,0,0"> </telerikPrimitives:RadPaginationControl>but it didnt work, how can i disable the scroller of the dots?