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

RadGridView HorizontalScrollbar

1 Answer 94 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Bhavin
Top achievements
Rank 1
Bhavin asked on 27 Oct 2009, 01:27 AM
I want to not to show horizontal scroolbar on grid .I used this style but doesn't work
<Style TargetType="{x:Type telerik:GridViewScrollViewer}">
                                                            <Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Disabled" />
                                                        </Style>

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 28 Oct 2009, 11:42 AM
Hello bhavin patel,

With the official Q3 release you will be able to control scrollbars visibility by using the attached properties on RadGridView:
<gridview:RadGridView ScrollViewer.HorizontalScrollBarVisibility="Disabled" />

Let us know if this is acceptable for you.

Sincerely yours,
Hristo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Bhavin
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or