Hallo,
I had another problem with WPF TileView today.
When I have two TileViews on one Grid (each in it's own Grid row) application crashes bacause of Telerik exception ""Unable to maximize an item with the current configuration. "" after I try to maximize any TileViewItem. It's in Telerik's TileViewPanel.cs:1317 (we have licence+Telerik code..)
Please help!
Thank you.
David.
I had another problem with WPF TileView today.
When I have two TileViews on one Grid (each in it's own Grid row) application crashes bacause of Telerik exception ""Unable to maximize an item with the current configuration. "" after I try to maximize any TileViewItem. It's in Telerik's TileViewPanel.cs:1317 (we have licence+Telerik code..)
Please help!
Thank you.
David.
<
Grid
>
<
Grid.RowDefinitions
>
<
RowDefinition
Height
=
"Auto"
/>
<
RowDefinition
Height
=
"Auto"
/>
<
RowDefinition
Height
=
"Auto"
/>
<
RowDefinition
Height
=
"Auto"
/>
</
Grid.RowDefinitions
>
<
telerik:RadTileView
Grid.Row
=
"1"
TileStateChangeTrigger
=
"SingleClick"
MaximizeMode
=
"ZeroOrOne"
IsItemDraggingEnabled
=
"True"
PreservePositionWhenMaximized
=
"True"
MinimizedColumnWidth
=
"100"
IsAutoScrollingEnabled
=
"True"
IsAnimationOptimized
=
"True"
ColumnsCount
=
"1"
MaxColumns
=
"1"
>
<
telerik:RadTileViewItem
Header
=
"tile1 - RestoredHeight height 100"
VerticalAlignment
=
"Stretch"
HorizontalAlignment
=
"Stretch"
RestoredHeight
=
"100"
>
<
Grid
>
<
TextBox
Text
=
"test1"
/>
</
Grid
>
</
telerik:RadTileViewItem
>
<
telerik:RadTileViewItem
Header
=
"tile2 - RestoredHeight height 100"
VerticalAlignment
=
"Stretch"
HorizontalAlignment
=
"Stretch"
RestoredHeight
=
"100"
>
<
Grid
>
<
TextBox
Text
=
"test2"
/>
</
Grid
>
</
telerik:RadTileViewItem
>
<
telerik:RadTileViewItem
Header
=
"tile3 - RestoredHeight height 100"
VerticalAlignment
=
"Stretch"
RestoredHeight
=
"100"
HorizontalAlignment
=
"Stretch"
>
<
Grid
>
<
TextBox
Text
=
"test3 "
/>
</
Grid
>
</
telerik:RadTileViewItem
>
<
telerik:RadTileViewItem
Header
=
"tile4 - RestoredHeight height 150"
VerticalAlignment
=
"Stretch"
HorizontalAlignment
=
"Stretch"
RestoredHeight
=
"150"
>
<
Grid
>
<
TextBox
Text
=
"test2"
/>
</
Grid
>
</
telerik:RadTileViewItem
>
</
telerik:RadTileView
>
<
GridSplitter
Grid.Row
=
"2"
HorizontalAlignment
=
"Stretch"
Height
=
"3"
/>
<
telerik:RadTileView
Grid.Row
=
"3"
TileStateChangeTrigger
=
"SingleClick"
MaximizeMode
=
"ZeroOrOne"
IsItemDraggingEnabled
=
"True"
PreservePositionWhenMaximized
=
"True"
MinimizedColumnWidth
=
"100"
IsAutoScrollingEnabled
=
"True"
IsAnimationOptimized
=
"True"
ColumnsCount
=
"1"
MaxColumns
=
"1"
>
<
telerik:RadTileViewItem
Header
=
"tile1 - RestoredHeight height 100"
VerticalAlignment
=
"Stretch"
HorizontalAlignment
=
"Stretch"
RestoredHeight
=
"100"
>
<
Grid
>
<
TextBox
Text
=
"test1"
/>
</
Grid
>
</
telerik:RadTileViewItem
>
<
telerik:RadTileViewItem
Header
=
"tile2 - RestoredHeight height 100"
VerticalAlignment
=
"Stretch"
HorizontalAlignment
=
"Stretch"
RestoredHeight
=
"100"
>
<
Grid
>
<
TextBox
Text
=
"test2"
/>
</
Grid
>
</
telerik:RadTileViewItem
>
<
telerik:RadTileViewItem
Header
=
"tile3 - RestoredHeight height 100"
VerticalAlignment
=
"Stretch"
RestoredHeight
=
"100"
HorizontalAlignment
=
"Stretch"
>
<
Grid
>
<
TextBox
Text
=
"test3 "
/>
</
Grid
>
</
telerik:RadTileViewItem
>
<
telerik:RadTileViewItem
Header
=
"tile4 - RestoredHeight height 150"
VerticalAlignment
=
"Stretch"
HorizontalAlignment
=
"Stretch"
RestoredHeight
=
"150"
>
<
Grid
>
<
TextBox
Text
=
"test2"
/>
</
Grid
>
</
telerik:RadTileViewItem
>
</
telerik:RadTileView
>
</
Grid
>