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

RadGridView horizontal scrollbar

5 Answers 226 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Stefano Zambonin
Top achievements
Rank 1
Stefano Zambonin asked on 15 Oct 2009, 02:10 PM
It is possible to force the visibility of horizontal scrollbar even when not needed?

5 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 16 Oct 2009, 06:50 AM
Hello Stefano Zambonin,

This will be possible with the Q3 release.

Kind regards,
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.
0
Stefano Zambonin
Top achievements
Rank 1
answered on 16 Oct 2009, 07:24 AM
No internal build to try now?
0
Hristo
Telerik team
answered on 16 Oct 2009, 03:13 PM
Hi Stefano Zambonin,

You could do it with Beta 2 release.
Just add this style in window resources:
<Style TargetType="{x:Type telerik:GridViewScrollViewer}">
    <Setter Property="HorizontalScrollBarVisibility" Value="Visible" />
</Style>

Greetings,
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.
0
Stefano Zambonin
Top achievements
Rank 1
answered on 16 Oct 2009, 04:28 PM
Ho to do it programmatically (c#) ?
Thank you.
0
Hristo
Telerik team
answered on 19 Oct 2009, 01:08 PM
Hi Stefano Zambonin,

Right now it is not possible to do it in code but with Q3 release you will be able to set HorizontalScrollBarVisibility attached property on RadGridView.

Best wishes,
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
Stefano Zambonin
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Stefano Zambonin
Top achievements
Rank 1
Share this question
or