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

Tiles are combined in two columns, not one

6 Answers 61 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Лена
Top achievements
Rank 1
Лена asked on 20 Oct 2015, 12:21 PM

Hello! 

I'm working with RadTileList, I have several "single" tiles and I want to place them in one column, and only when column is full, wrap the rest of tiles to the second column. But they always are placed in two columns. 

Is this possible?

Thank you in advance.

6 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 20 Oct 2015, 01:07 PM
Hi Lena,

Currently, such functionality is not available. A single column is with the size of a double tile (or two single tiles) and the arranging algorithm cannot be modified to calculate it with a single tile size. 

Regards,
Maya
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
0
Лена
Top achievements
Rank 1
answered on 20 Oct 2015, 01:48 PM

And it is not possible to change the column width, is it? 

By the way, the behavior of quadro tiles is exact the same, but their width is same, as the width of double tiles. Why?

0
Maya
Telerik team
answered on 21 Oct 2015, 08:26 AM
Hello Lena,

The idea of double TIleType ( the default one) is to be twice the size of a single one, the quadruple type is for times bigger than the single. This is by design. 
You can modify the size of a single tile size (its height and width) and double and quadruple respectively by setting TilePlaceholderISide property of RadTileList. It will not change the width of the column, but rather the single side of a tile. However, it might result in a view more close to what you require. 

Regards,
Maya
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
0
Лена
Top achievements
Rank 1
answered on 21 Oct 2015, 01:00 PM

Hello, Maya! 

Looks like it doesn't work, and the column width is changing too, with the width of tile side :( 

Maybe, I did something wrong? I set the RadTileList property TilePlaceholderSide to other value (150, 180). This didn't help

0
Maya
Telerik team
answered on 21 Oct 2015, 04:29 PM
Hi Lena,

Currently, this is the way to go to control the size of the tiles and respectively, the size of the column.  You cannot specify width of each column, but rather work with the width of a single tile or probably set TIlePlaceholderSide property to a value that might look appropriate for your scenario. 

Regards,
Maya
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
0
Лена
Top achievements
Rank 1
answered on 22 Oct 2015, 07:22 AM

Hi Maya,
unfortunately, it doesn't change the way tiles are combined. They (single and quadro tiles) still placed two tiles in a row
Looks like I can't put them vertically in one column

nevertheless, thank you for your help

Tags
TileList
Asked by
Лена
Top achievements
Rank 1
Answers by
Maya
Telerik team
Лена
Top achievements
Rank 1
Share this question
or