Hello people.
I want to customize the scrollbar of my radgrid view
<telerik:RadGridView x:Name="RadGridView"
etc..
ItemsSource="{Binding Items}"
SelectedItem="{Binding Mode=TwoWay,
Path=CurrentItem}">
<telerik:RadGridView.Columns>
<telerik:GridViewDataColumn
etc..
I have a file that have styles like this;
<Style TargetType="telerik:RadGridView">
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Auto" />
I was able to change the scrollbar of the things that are not radgridview.
But i am not able to change the scrollbar of radgridview.
Would appreciate a help, thanks
Version of GridView 2010.3.1314
With silverlight 5