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

TileView Minimized Height and width

1 Answer 78 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Rick Mueller
Top achievements
Rank 1
Rick Mueller asked on 03 Sep 2010, 05:46 PM
Hello,

I have a couple questions about the Minimized Width/Height properties.

When the TileView is populated from a Data Source, and the minimized dock is in any position(Left,Right,Bottom, Etc).
The Minimized Height or the width doesn't function depending on the Dock properties.

If I dock the Minimized panels on the bottom the Width doesn't work but the Height Does. If Dock it to the right the 
Minimized panel width works but not the height.


Its sizing itself to the container size. I have the scrollbar visible.

If the TileView is not populated from a DataSource it works fine

Any Thoughts

Regards,
Rick Mueller

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 08 Sep 2010, 04:51 PM
Hi Rick Mueller,

I couldn't reproduce this issue. Can you take a look at the attached project and let me know if I am missing something?

Also, you should keep in mind that the size of the minimized area is controlled by the MinimizedColumnWidth property when the area is positioned on the left or on the right side of the TileView, and by the MinimizedRowHeight property when the area is positioned in the top or bottom side of the TileView. Therefore when the MinimizedItemsPosition property is set to Left or Right, the RadTileViewItem's MinimizedWidth property isn't applied and you can only control the MinimizedHeight property. And when the MinimizedItemsPosition is Top or Bottom, you can only control the MinimizedWeight of the TileViewItems. This is the default behavior of the RadTileView in both cases - when it is databound or populated with items in XAML.

More information about minimizing and maximizing RadTileviewItems you can find here.

Regards,
Tina Stancheva
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
Rick Mueller
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or