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

TileView MinimizedItemsPosition Top or Bottom, minimized item missing

1 Answer 33 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Helmut
Top achievements
Rank 1
Helmut asked on 19 Oct 2017, 12:29 PM

Hello,

I have an unexpected behavior with the TileView.

The behavior occurs when MinimizedItemsPosition is Top or Bottom. Maximizing the first item is all okay. If you maximize another item, one minimized item is no longer displayed. You can understand this in your WPF demos (TileView Examples, Docking) and the pictures.

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 24 Oct 2017, 09:15 AM
Hello Helmut,

Thank you for the report. This is a known issue which you can find logged in our feedback portal. It happens because the PreservePositionWhenMaximized property of the RadTileView is set to True. To work this around you can set the property to False and if you need to preserve the position, implement some custom logic for doing this. You can see such example in the feedback item's description.

Regards,
Martin Ivanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
TileView
Asked by
Helmut
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or