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

Customize maximized area for Tile View

1 Answer 29 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Alejandro
Top achievements
Rank 1
Alejandro asked on 15 Sep 2013, 10:13 PM
Hello, I want to be able to modify the size of the area in which tile view control expands or is maximized. How can I do this?

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 17 Sep 2013, 12:25 AM
Hi Alejandro,

RadTileView exposes two properties that might help in your case:
  • MinimizedRowHeight - specifies the height of the minimized items. It is of type GridLength and therefore it allows defining absolute, start and auto sizing.
  • MinimizedColumnWidth - specifies the width of the minimized tiles. It is of type GridLength and therefore it allows defining absolute, start and auto sizing.
Once you set the above properties, you specify the size of the minimization area of the TileView, which means that the remaining part of the overall TileView size is left for the Maximized tile.

I'd recommend going through the Rows and Columns article for more information. Also, if you run our demos locally and navigate to the RadTileView->Item Sizing example, you can try different sizing options and examine the behavior of the control in each scenario.

Regards,
Tina Stancheva
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
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
TileView
Asked by
Alejandro
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or