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

HorizontalScrollBarVisibility="Visible" in telerik gridview

1 Answer 68 Views
GridView
This is a migrated thread and some comments may be shown as answers.
kumar p
Top achievements
Rank 1
kumar p asked on 27 May 2010, 01:23 PM
hi,
 wat is the settings  that i need  to  do  for setting
VerticalScrollBarVisibility="Visible" ,  HorizontalScrollBarVisibility="Visible" in  sl4 microsoft control  we  do like this
 
 what iis the settings  that i need  to  do  for  telerik  control

please let  me know its very urgent.

 thanks
kumar

1 Answer, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 27 May 2010, 03:02 PM
Hi,

You can use ScrollViewer properties on the grid. Here is an example:

<telerik:RadGridView ScrollViewer.HorizontalScrollBarVisibility="Visible" x:Name="RadGridView1" />

Kind regards,
Vlad
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
kumar p
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or