Monthly Archives

October 2013

Computers & Programming

Visual Bug in ScrollViewer XAML

The Windows Store ScrollViewer XAML has a bug. It causes a visual error on the screen when the ScrollViewer has no scroll bars. I discovered this because I have a main page in my app that uses the Visual Studio provided framework for a tiled app. The main…

Continue reading
Computers & Programming

Move WinRT Popup When OSK Appears

I have a Windows Store app written in C# that has some popups. These are Popup objects that work like modal dialog boxes. Mine are displayed as a band across the middle of the screen. The standard built-in on-screen keyboard (OSK) handling does not alter the position of…

Continue reading