Recent Posts
DevWeek2014–Accelerating Windows Store app development using Prism for the Windows Runtime
Today I spoke at DevWeek 2014 about Accelerating Windows Store app development using Prism for the Windows Runtime. The slides from the talk can be found her...
DevWeek2014–Building native Windows Store apps for C# developers
Yesterday I spoke at DevWeek 2014 about Building native Windows Store apps for C# developers. The slides from the talk can be found here. The code I walked t...
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...