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

FluidControl + TileStateChanged

1 Answer 67 Views
TileView
This is a migrated thread and some comments may be shown as answers.
SPARE GmbH
Top achievements
Rank 2
SPARE GmbH asked on 04 Apr 2012, 04:01 PM
Hello,

I've got a Problem with the New Q1 2012 WPF RadTileView.
If i user the TileStateChanged Event (Online Doc), and set the FluidControl State Manualy to Large,Small, Normal, the layout looks Broken (File q12012.png , Version: 2012.1.215.40).
If i run exactly the same Code with the old Assemblys (2010.3.1110.40), the Layout looks correct.

The Animation of the TileItem are also Smoother in the Older Release as in the new one.

Is there any Workaround, for solving this Problem, or is it simply a Bug?

Greetings

Alfred



1 Answer, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 06 Apr 2012, 12:27 PM
Hi,
The RadTileView went through a major refactoring during Q1 2011 and that's why there are a couple of changes. Two of them are related yo your problems:
- in Q3 2010 the default MinimizedColumnWidth was 250, but now it is Auto and that's why the items are not placed as you'd have expected. If you set the MinimizedColumnWidth property of the TileView to 250 everything should be ok.
- the animations in the RadTileView are no longer Double animations and that's why they look a little bit different. At the moment you can have a lot more RadTileViewItems (with the Virtualization you can have 500+) and the performance with Double Animations was not good and that's why we changed them.   
If you have further questions please feel free to ask.

Kind regards,
Zarko
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
TileView
Asked by
SPARE GmbH
Top achievements
Rank 2
Answers by
Zarko
Telerik team
Share this question
or