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

Horizontal maximization not satisfactory

1 Answer 38 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Kristoffer
Top achievements
Rank 1
Kristoffer asked on 10 Dec 2012, 12:53 PM
In my tile view, I have managed to maximize horizontally as shown below. The problem is that when I maximize an item, the minimized items are arranged horizontally below it.

I want this layout when an item is maximized:
_______
|             |
|______ |
|___|___|
|___|___|
|___|___|

And when all items are minimized:
_______
|___|___|
|___|___|
|___|___|

    <telerik:RadTileView Margin="0"
                      ColumnsCount="1"
                      ColumnWidth="400"
                      MinimizedItemsPosition="Bottom"
                      ContentTemplate="{StaticResource contentTemplate}"
                      IsAutoScrollingEnabled="True"
                      IsDockingEnabled="True"
                      IsVirtualizing="True"
                      ItemsSource="{Binding Images}"
                      ItemTemplate="{StaticResource headerTemplate}"
                      MinimizedColumnWidth="200"
                      MinimizedRowHeight="200"
                      PreservePositionWhenMaximized="True"
                      RowHeight="200"
                      TileStateChangeTrigger="SingleClick" />

1 Answer, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 12 Dec 2012, 05:18 PM
Hi Kristoffer,
Unfortunately there's no way to arrange the minimized items vertically if your MinimizedItemsPosition is Bottom or Top. They will be vertically aligned if your MinimizedItemsPosition is Left or Right so you could try this.
If you have further questions please feel free to ask.

Regards,
Zarko
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
TileView
Asked by
Kristoffer
Top achievements
Rank 1
Answers by
Zarko
Telerik team
Share this question
or