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

RadFluidContentControl Reordering Tiles

1 Answer 51 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Jonathon
Top achievements
Rank 1
Jonathon asked on 19 Aug 2011, 01:56 AM
Hi,

I am using RadFluidContentControl in RadTileView and am noticing that when a tile is expanded, after I minimize it it will be on the top of the list (top left). I noticed this also in the example on telerik's website they use for showing RadFluidContentControl in RadTileView:

http://www.telerik.com/help/silverlight/radtileview-howto-use-fluidcontentcontrol-in-tileview.html

How can I get it to where using RadFluidContentControl will not reorder my list?

Thanks,

Jon

1 Answer, 1 is accepted

Sort by
0
Jonathon
Top achievements
Rank 1
answered on 22 Aug 2011, 06:58 PM
Figured it out. In the example for the RadTileView Style, they did not put in the following:

<Setter Property="PreservePositionWhenMaximized" Value="True" />

This makes it so that it stays in the same position.
Tags
TileView
Asked by
Jonathon
Top achievements
Rank 1
Answers by
Jonathon
Top achievements
Rank 1
Share this question
or