Windows Phone Pivot Performance with Caliburn Micro
Posted by: | Technical |
The in built Windows Phone pivot is great, a lovely UX. However, one needs to be careful, because when you code up a Pivot control you are effectively coding multiple “pages” at once, and all that xaml, and all that data binding is going to have a hit on performance as the number of pivots More »