I know other people have mentioned this before but what is the deal with performance?
Is this something that is slated to be worked on soon?
I have a simple screen that emulates a tab style control. As you click on a tab a different ListView is shown and the old one hidden by making use of Binding.
The item template for each list view has a Grid with 5 columns and a few text and image controls.
Switching between these pages is painfully slow. I used to have more Grid involved (I'm a WPF developer by day so used to doing things a certain way) and by refactoring the view to remove some of these I did notice an improvement so I'm convinced it's down to layout. Still not good enough though.