This is a migrated thread and some comments may be shown as answers.

Customize ScrollBar RadGridView

2 Answers 59 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Miguel Angel
Top achievements
Rank 1
Miguel Angel asked on 10 Dec 2018, 10:24 AM

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

2 Answers, 1 is accepted

Sort by
0
Miguel Angel
Top achievements
Rank 1
answered on 10 Dec 2018, 10:32 AM

I would like that with only "one change" it would apply to all my radgradview.

I've tested with <Style TargetType="telerik:ScrollPositionIndicator"> and <"telerik:SchedulerScrollBar"> but dosn't seem to work

0
Miguel Angel
Top achievements
Rank 1
answered on 10 Dec 2018, 10:32 AM

I would like that with only "one change" it would apply to all my radgradview.

I've tested with <Style TargetType="telerik:ScrollPositionIndicator"> and <"telerik:SchedulerScrollBar"> but dosn't seem to work

Tags
GridView
Asked by
Miguel Angel
Top achievements
Rank 1
Answers by
Miguel Angel
Top achievements
Rank 1
Share this question
or