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

Tileviewitem-Scrolling

2 Answers 78 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Mallik
Top achievements
Rank 1
Mallik asked on 01 Jul 2011, 01:00 PM
Hi Telerik,

I am using telerik tileview controls. I am dynamically loading tile view controls with grids.
So i need to allow scrolling on each tileview item when it minimized/Maximized to display all rows/columns in a grid.

even tileview is minimized i need vertical and Horizontal as well to display all rows and colums.

Any samples please?

Thanks
Mallik

2 Answers, 1 is accepted

Sort by
0
veera
Top achievements
Rank 1
answered on 03 Jul 2011, 02:46 PM

u can use


<
ScrollViewer x:Name="ScrollBox" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto">
0
Zarko
Telerik team
answered on 06 Jul 2011, 04:41 PM
Hello Mallik,
As Veera suggested if the content of the RadTileViewItem is bigger than the item you should use a ScrollViewer to wrap the content.
For further references could you please examine the attached project and if you have more questions feel free to ask.

Regards,
Zarko
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
TileView
Asked by
Mallik
Top achievements
Rank 1
Answers by
veera
Top achievements
Rank 1
Zarko
Telerik team
Share this question
or