punker76 / MahApps.Metro.SimpleChildWindow

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

Block accessing main window when child window is opened #37

Closed sandrasathish closed 7 years ago

sandrasathish commented 7 years ago

When child window is opened which smaller than main window. I am able to access controls in the main window.

eluchsinger commented 7 years ago

@sandrasathish does your childwindow have the Width and HeightProperties set?

punker76 commented 7 years ago

@sandrasathish @eluchsinger To set width and height of the window then set ChildWindowWidth and ChildWindowHeight

sandrasathish commented 7 years ago

Thanks its worked.