This question is locked. New answers and comments are not allowed.
Hi telerik,
I have a RibbonBackStage binded with ViewModel,in which view contains radTileView.
When expands one in a RadTileView after selecting backstage tab, it spreads wider than the width of remained tab space
as if he assumes there is no space for backstage tab header width,so bottom horizontal scrollbar appears and minimized tiles are out of screen.
Brief XAML is as follows;
(PreservePositionWhenMaximized setting has no effect)
<
DataTemplate
x:Key
=
"ContentTemplate"
>
<
ContentPresenter
Content
=
"{Binding View, Mode=OneWay}"
/>
</
DataTemplate
>
<
telerik:RadTileView
x:Name
=
"purTiles"
ItemsSource
=
"{Binding ChildVM}"
ContentTemplate
=
"{StaticResource ContentTemplate}"
MinimizedColumnWidth
=
"350"
MinimizedRowHeight
=
"300"
PreservePositionWhenMaximized
=
"False"
>
......
</
telerik:RadTileView
>
Searched this thread if any limits exist when using tileview with backstage,but can't find out.
What am I missing ?
p.s. can't find button to upload image.
RGDS
Kang