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

Dynamic width issue

2 Answers 39 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Manpreet
Top achievements
Rank 1
Manpreet asked on 06 Nov 2015, 06:42 AM
Hi,

I am using RadTileView control. I have requirement to set Maximized Tile width. For example i have three tile and one tile is maximized then I want to set the width of maximized tile from code behind according to percentage set by user. The other tile should fit accordingly. I do not want to break ColumnsCount, till the width of maximized tile is set to 100%.

Please help if it possible.

2 Answers, 1 is accepted

Sort by
0
Manpreet
Top achievements
Rank 1
answered on 09 Nov 2015, 06:46 AM
Is there any solution to this problem or not?
0
Martin Ivanov
Telerik team
answered on 10 Nov 2015, 09:37 AM
Hi Manpreet,

Note that the size of the maximized tile depends on the remaining space after the minimized tiles are measured and arranged. For example, if you the RadTileView control is 100 pixels wide and the MinimizedColumnWidth is set to 30px, the maximized item will be stretched over the renaming 70 pixels. You can control the width of the maximized item by setting the tileview's MinimizedColumnWidth. This will resize the minimized area and the also the maximized item.

I hope this information is useful.

Regards,
Martin
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
Tags
TileView
Asked by
Manpreet
Top achievements
Rank 1
Answers by
Manpreet
Top achievements
Rank 1
Martin Ivanov
Telerik team
Share this question
or