punker76 / MahApps.Metro.SimpleChildWindow

A simple child window for MahApps.Metro
MIT License
374 stars 55 forks source link

Resource Brushes not working in designer #120

Closed mreinhart2805 closed 3 years ago

mreinhart2805 commented 4 years ago

Hi,

When is use brush resources it wont work in design time so i can't see my design time data. Is there a way to get work?

punker76 commented 4 years ago

@mreinhart2805 If you need the designer then you have 2 options to get it working:

1) Put your child window content inside a UserControl 2) or set the IsOpen property on the child window to true