This question is locked. New answers and comments are not allowed.
I'm using a RadTileView almost exactly like this demo:
http://demos.telerik.com/silverlight/#TileView/FirstLook
- Uses RadFluidContentControl to have different content for minimized vs. maximized tiles.
The only difference is I always want one tile expanded, so in the RadTileView, I set MaximizeMode="One".
When the page is loaded, the first tile is automatically expanded, and the TileStateChanged event is fired as expected. However, the RadFluidContentControl is NOT found in the TileStateChanged. So the expanded tile displays the normal content (not the LargeContent). When I select another tile, the RadFluidContentControl is found, and everything works correctly. Its just the first selection (the autoselection).
Any ideas on how I can get this to work?
Thanks,
Justin
http://demos.telerik.com/silverlight/#TileView/FirstLook
- Uses RadFluidContentControl to have different content for minimized vs. maximized tiles.
The only difference is I always want one tile expanded, so in the RadTileView, I set MaximizeMode="One".
When the page is loaded, the first tile is automatically expanded, and the TileStateChanged event is fired as expected. However, the RadFluidContentControl is NOT found in the TileStateChanged. So the expanded tile displays the normal content (not the LargeContent). When I select another tile, the RadFluidContentControl is found, and everything works correctly. Its just the first selection (the autoselection).
Any ideas on how I can get this to work?
Thanks,
Justin