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

Tile Flow

1 Answer 51 Views
TileView
This is a migrated thread and some comments may be shown as answers.
/SiD
Top achievements
Rank 2
/SiD asked on 17 Aug 2012, 02:53 PM
I've not been able to locate any information regarding this request, so the question is asked here!

I want to change the automatic layout of the tiles from Left to Right, Top to Bottom  to Top to bottom , Left to Right.

i.e. change from 

1,2,3,4,5,6,7,8,9,10,
11,12,13,14,15,16,17,18,19,20,
21,22,23

to this
1, 6, 11, 16,21
2,7,12,17,22
3,8,13,18,23
4,9,14,19,
5,10,15,20,

where the numbers represent ordered tiles.

Is this  possible??

Regards,

/SiD

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 22 Aug 2012, 08:04 AM
Hello SiD,

The RadTileView control orders the tiles based on their Position property. By default the value of the Position property matches the index of the tile in the Items/ItemsSource collection. However, you can apply a custom logic to set the Position of each RadTileViewItem based, for example on its index, so that the items can be ordered per your requirements.

Please give this a try and let us know if it helps.

Regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
TileView
Asked by
/SiD
Top achievements
Rank 2
Answers by
Tina Stancheva
Telerik team
Share this question
or