By default the ChildWindow Overlay covers (and disables) the entire root visual. I want to cover (and disable) just part of my UI. How can I alter the existing ChildWindow to allow me to specify the Root?
Thanks,
Mark
By default the ChildWindow Overlay covers (and disables) the entire root visual. I want to cover (and disable) just part of my UI. How can I alter the existing ChildWindow to allow me to specify the Root?
Thanks,
Mark
You can't disable only part of the underlying UI the whole of it is disabled. When the ChildWindow is active none of the controls on the underlying UI will receive Mouse or Keyboard events.
There is no way to limit the ChildWindow to a different Root, it is always rooted at the Silverlight control level.