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

Maximized Tile Height

3 Answers 100 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Gavin
Top achievements
Rank 1
Gavin asked on 21 Oct 2014, 03:23 PM
The maximized tile height seems to be the height of the sum of the Minimized row heights. In this case I need the maximized tile height to be the height of the TileView container. Is there any way to set the maximized height independent of the MinuminizedRowHeight * TileCount

3 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 24 Oct 2014, 11:02 AM
Hello,

Calculating the size of the items is a core functionality of the RadTileView control which we do not recommend to change. Also, if you implement such core change, that customization will go beyond our support scope.

What is your scenario? Why you need to enlarge the maximized tile? If you share with us a mockup of what you need to implement we might be able to suggest a better approach for your case.

Regards,
Pavel R. Pavlov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Gavin
Top achievements
Rank 1
answered on 24 Oct 2014, 02:52 PM
In the attached picture the top example is what I have and the bottom is what I'm trying to get to. It seems the maximized tile height is constrained by the sum of the minimized tile heights where as I want it to fill the container
0
Pavel R. Pavlov
Telerik team
answered on 28 Oct 2014, 11:51 AM
Hello,

The RadTileView control stretched all over the available space of its parent. This is also done by its maximized item. As far as I can see in the provided picture, the minimized items are with fixed size. This can be achieved in an easy way using the MinimizedRowHeight property of the RadTileView control. If you set it to 300 and the MinimizadColumnWidth to 450 you will get a layout that is close to the required one.

Regards,
Pavel R. Pavlov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

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