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

TileViewItem layout position not maintained when Maximize and minimize

2 Answers 63 Views
TileView
This is a migrated thread and some comments may be shown as answers.
MinSu
Top achievements
Rank 1
MinSu asked on 05 Aug 2016, 01:18 PM

Hello~

I have attached picture.

That picture explains my problem.

I want to restored no 1.  

Please help me~

 

2 Answers, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 10 Aug 2016, 07:59 AM
Hi MinSu,

One approach which you can try to maintain the scroll position when you minimize the maximized item is to use the BringIntoView() method of the RadTileView control. Basically, you can subscribe to the TilesStateChanged event ( you can check the RadTileView Events article in our documentation ) and preserved the maximized tile then you can subscribe to the TilesAnimationCompleted event and in its handler you can call the BringIntoView() method. We have created a sample project demonstrating this approach.

Give it a try and let us know if it works for you.

Regards,
Dinko
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
MinSu
Top achievements
Rank 1
answered on 16 Aug 2016, 12:34 AM
Thank you!!!!!!!!
Tags
TileView
Asked by
MinSu
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
MinSu
Top achievements
Rank 1
Share this question
or