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

How to Change shape of Tile Items

3 Answers 59 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Abhilash
Top achievements
Rank 1
Abhilash asked on 10 Jul 2013, 06:45 AM
Hello,

Can we change the shape of tile item from Rectangle to Square?Currently by default it gives rectangle shape (as given in the attachment image).Please suggest if we can change all the Tile Items into square and arrange like Metrics.

Thanks.

Regards,

Abhilash

3 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 11 Jul 2013, 03:01 PM
Hello Abhilash,

The Tile type you pointed out is Double - meaning it takes 2 squares. You can set it either to Single or Quadruple. Check out this article for a reference. 

Regards,
Maya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Abhilash
Top achievements
Rank 1
answered on 12 Jul 2013, 08:43 AM
Hello Maya,

Thanks for the response.Now we are able to get the Tile Item in square as given in first image attachement.But as you see in the second image attachment ,i tried setting width and height of TileItem like this- 
 e.Tile.TileType = TileType.Single;
           e.Tile.Width = 60;
            e.Tile.Height = 60;

Than there is lot of space in between the tiles and also it is not looking like the normal one.Is there any way to change width and height of Tile with single type.

This is really urgent so please do suggest.

Thanks.

Regards,

Abhilash
0
Maya
Telerik team
answered on 15 Jul 2013, 07:43 AM
Hello Abhilash,

Currently, such functionality is not supported and you can either work with the predefined tile types or if changing their size - get the behavior you already illustrated with the second image. However, we will investigate the case and consider this as a request for one of our future releases.
Let me know in case I can be of any further assistance. 

Regards,
Maya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
TileList
Asked by
Abhilash
Top achievements
Rank 1
Answers by
Maya
Telerik team
Abhilash
Top achievements
Rank 1
Share this question
or