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

Large TileView Changing Content when application is Resized

1 Answer 47 Views
TileView
This is a migrated thread and some comments may be shown as answers.
StevenDale
Top achievements
Rank 2
StevenDale asked on 07 Dec 2010, 06:20 PM
I am using the tileview and would like to know if the following is possible.

When a tileviewitem is the large tile on the screen (i.e. the other tileviews are all to the right), I want it to have a particular content regardless of how big the tileviewitem is. So if the user makes the application window really small, I don't want the tileviewitem in the large tile to change its content based on the size. I want its contents to remain constant unless it is minimized to the right.

Thanks,

Billy Jacobs

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 07 Dec 2010, 07:05 PM
Hi Billy Jacobs,

You can define a RadFluidContentControl in the RadTileView ContentTemplate. If you choose to use RadFluidContentControl with RadTileView, an additional property can be taken into consideration - ContentChangeMode. RadFluidContentControl's ContentChangeMode property allows to manually change the State of the control, and thus the visible content. Setting the property to "Manual", tells RadFluidContentControl to completely disregard its threshold properties, thus making you responsible for switching the visible content. Then you can follow the approach described in this article.

I hope this will help you get started. Let us know if we can further assist you.

Kind regards,
Tina Stancheva
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
TileView
Asked by
StevenDale
Top achievements
Rank 2
Answers by
Tina Stancheva
Telerik team
Share this question
or