Recent Posts
NDC Oslo 2014
NDC Is Norway’s largest conference dedicated to .NET and Agile development, and is backed by Microsoft. It attracts speakers and participants from all around...
Capturing and setting a ScrollViewer’s scroll position to maintain scroll position across view states
Previously I’ve written about how Prism for the Windows Runtime can be used to save and restore view state. This is achieved by overriding the SaveState and ...
Creating a custom GridView control that responds to layout changes
In Windows Store apps for Windows 8.1 one of the UX guidelines is to scroll vertically when in PortraitLayout or MinimalLayout, and to scroll horizontally wh...
Using the IncrementalUpdateBehavior to implement smooth scrolling
A common scenario in Windows Store apps is to use a GridView or ListView control to display a large number of data items. This can have a performance impact,...
Saving and restoring service class state using Prism for the Windows Runtime
Previously I wrote about how Prism for the Windows Runtime can be used to save and restore view state. This is achieved by overriding the SaveState and LoadS...