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?
| 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?