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

How to automatically wrap RadTileViewItem to new row?

2 Answers 36 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Arfan
Top achievements
Rank 1
Arfan asked on 09 Jul 2015, 04:10 PM

Hi,

How can we make RadTileViewItem move to the next row if it can cause horizontal scroll bar in the RadTileView? Actually I have several TileViewItems with different sizes, so if a TileViewItem has big size it causes horizontal scroll bar which doesn't look nice. So ideally I would want this big TileViewItem to move to the next row. Is it possible, any suggestions?

Thanks,

Arfan Baig

2 Answers, 1 is accepted

Sort by
0
Arfan
Top achievements
Rank 1
answered on 13 Jul 2015, 12:45 PM
Any thoughts on this please?
0
Martin Ivanov
Telerik team
answered on 14 Jul 2015, 01:02 PM
Hi Arfan,

RadTileView doesn't have such functionality built-in and I am afraid such implementation will require heavy customization on your side. However, you can try to achieve similar effect using a simpler approach that includes setting the ColumnsCount property of the RadTileView control. Basically, if there is no space for the item and the horizontal scroll bar is displayed you can change the tileview's columns count in order for the items to rearrange in such manner so the scroll presenter is not displayed.

Please let me know if this helps.

Regards,
Martin
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
TileView
Asked by
Arfan
Top achievements
Rank 1
Answers by
Arfan
Top achievements
Rank 1
Martin Ivanov
Telerik team
Share this question
or