timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

LiveTile animating if Count == 1 #105

Closed igrali closed 11 years ago

igrali commented 12 years ago

When using the LiveTile control, it keeps animating even if the ItemsSource.Count == 1

If LiveTile is used as a part of DataTemplate for cases when there are multiple items in a list, it animates even if the count is 1. It's not a huge issue, but I think that the more natural behavior would be if it didn't.

FalkenFalkesand commented 11 years ago

Bump! Have the same problem :/