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

Stack panel assign horizontal scroll bar and vertical scroll bar

1 Answer 122 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 08 Jun 2010, 03:05 PM

hi,
 is there any concept like as we do in asp.net we place an grid inside div tag  once height of teh gridview increases we  give scrol  to  div tag
 same way is there any thing like that i can  do in stack panel.

<

 

 

StackPanel Height="700">
//here i am placing my grid view.

</StackPanel>
 can i   disable  vertical scroll bar  on gridview? what is the option  to  do

  any solution on this issue  would be greatly  appreciated.

thanks
kumar

 

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 08 Jun 2010, 03:12 PM
Hello,

 You can place the grid inside ScrollViewer however you may get serious performance problems since in this case the grid will be measured with infinity height and there will be no rows virtualization. 

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