Hi Kiril,
I work with James and have created a new sample project for you to review. The problem we are noticing is when the tile's state changes, the current content enlarges and fades away before the new content is shown. Don't know if it's a bug or not. If not, how do we get rid of transition animation of the content? I have attached a screen shot in midst of maximizing the tile. Thanks.
<
telerik:RadTileView
Margin
=
"0,0,1,1"
d:LayoutOverrides
=
"Width, Height"
MinimizedRowHeight
=
"150"
MinimizedColumnWidth
=
"150"
>
<
telerik:RadTileViewItem
Header
=
"RadTileViewItem"
TileState
=
"Maximized"
>
<
telerik:RadFluidContentControl
State
=
"Normal"
NormalToSmallThreshold
=
"200,200"
SmallToNormalThreshold
=
"199,199"
NormalToLargeThreshold
=
"400,400"
LargeToNormalThreshold
=
"399,399"
>
<
telerik:RadFluidContentControl.Content
>
<
Grid
Width
=
"200"
Height
=
"172"
>
<
TextBlock
Text
=
"restore"
/>
</
Grid
>
</
telerik:RadFluidContentControl.Content
>
<
telerik:RadFluidContentControl.LargeContent
>
<
Grid
Width
=
"400"
Height
=
"400"
>
<
TextBlock
Text
=
"large"
/>
</
Grid
>
</
telerik:RadFluidContentControl.LargeContent
>
<
telerik:RadFluidContentControl.SmallContent
>
<
Grid
Width
=
"30"
Height
=
"30"
>
<
TextBlock
Text
=
"small"
/>
</
Grid
>
</
telerik:RadFluidContentControl.SmallContent
>
</
telerik:RadFluidContentControl
>
</
telerik:RadTileViewItem
>
<
telerik:RadTileViewItem
Header
=
"RadTileViewItem"
/>
<
telerik:RadTileViewItem
Header
=
"RadTileViewItem"
/>
<
telerik:RadTileViewItem
Header
=
"RadTileViewItem"
/>
</
telerik:RadTileView
>