Sunday, 5 July 2015

Change Windows Store App orientation with Caliburn.Micro


Hi everyone! In that article I'll show you how to create a Windows Store application that dynamically switches between Portrait and Landscape modes with the help of Caliburn.Micro library.

Of course, there is a way to manage screen orientations using PRISM library and some VisualStateManager states and transitions. You can see example of that in Developing a Windows Store Business App sample. But here we'll use simpler and time-saving approach.




You can find code for the article here.