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

TileView inside stackpanel bug

2 Answers 47 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Trude
Top achievements
Rank 2
Trude asked on 22 Jun 2011, 09:22 AM
Take the following XAML:
<StackPanel Grid.Row="1">
    <telerik:RadTileView x:Name="TileView1"
        MaxRows="1" MaximizeMode="Zero"
        IsItemDraggingEnabled="True"
        IsSelectionEnabled="True"
        SelectionMode="Single">
        <telerik:RadTileViewItem Header="Test1"/>
        <telerik:RadTileViewItem Header="Test2"/>
        <telerik:RadTileViewItem Header="Test3"/>
        <telerik:RadTileViewItem Header="Test4"/>
    </telerik:RadTileView>
</StackPanel>

Only two tiles are shown and only half the screen is filled. Remove one tile and all three are shown stretching along the whole screen.

2 Answers, 1 is accepted

Sort by
0
Trude
Top achievements
Rank 2
answered on 22 Jun 2011, 09:24 AM
Note: if you start to drag around the two tiles the missing two suddenly pops up.
0
Zarko
Telerik team
answered on 22 Jun 2011, 02:09 PM
Hi Jorn,
Thank you for the bug report. We'll look into in and we'll try to fix it in some of the next internal builds.
For now I can give you a couple workarounds:
  • don't place the RadTileView inside a StackPanel
  • set RowHeight, Height or MaxHeight property of the RadTileView to an exact value.
  • set the IsVirtualizing property of the RadTileView to True.

If you do any of this things everything should be ok.

I've updated your telerik account and if you have more questions feel free to ask.

Best wishes,
Zarko
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TileView
Asked by
Trude
Top achievements
Rank 2
Answers by
Trude
Top achievements
Rank 2
Zarko
Telerik team
Share this question
or