timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

CustomDialog and Zoom view in VS #203

Closed sunco007 closed 11 years ago

sunco007 commented 11 years ago

Using the Callisto TestApp I want to change some elements to the CustomDialog part. So I set the IsOpen to True. Then adjust the Zoom of the design mode but the CustomDialog still the same size

Also when trying to scroll the default bars is having an issue

I'm using 1.2.9 and VS Express 2012 for Windows 8

Screenshot attached

cd

timheuer commented 11 years ago

Unfortunately looks like a tools bug.

sunco007 commented 11 years ago

Is there a way to detect the zoom or scroll so we can update/refresh ? Something like OnResize on a user control

timheuer commented 11 years ago

I haven't done any design-time specific code in any if the controls and trying to minimize the surface area. This is likely an issue with the design surface and coordinating window bounds.