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

Issue with Callisto in VS2012 Professional #172

Closed emmawilson closed 11 years ago

emmawilson commented 11 years ago

While using the Callisto extension, I am able to create objects but they seem to be invisible(their boundary cannot be modified). They just blend into the background. I tried changing the background color, border thickness but that also doesn't help.

timheuer commented 11 years ago

What control? This sounds like a theme issue. If the Settings/Flyout controls you would have to provide styles for anything you put in there to ensure you aren't running into a light/dark theme conflict. SettingsFlyout has a ContentBackground property you can set.