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

Multiple maximized tiles

1 Answer 55 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Jerome
Top achievements
Rank 1
Jerome asked on 13 Nov 2012, 07:00 PM
I'm trying to figure out some way to obtain a layout similar to the following:


| item0                    |
| item1                    |
| item2                    |
| i3 || i4 || i5 || i6 || i7 |

That is, multiple tiles that are maximized along the top 3 rows, but the bottom row contains minimized version of the rest of the items. The idea is also to have this work such that the number of row available corresponds to the available height of the control.

Is there anyway to accomplish this with the RadTileView?

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 16 Nov 2012, 02:06 PM
Hello Jerome,

The RadTileView doesn't support more than one maximized TileViewItem and moreover you can't have different items count on each row of the control. However, you can try to create your design using three RadTileView controls. First two controls will contain only one maximized item and the third one will contain all other items. I have implemented the above suggested in the attached project. Please take a look at it and let me know if it works for you.

Also you can take a look at one of the latest controls in our suite the RadDiagram. You can make custom layouts and custom templates for each shape, so you will have the freedom to implement your design.

Regards,
Pavel R. Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
TileView
Asked by
Jerome
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or