Mouse Events lost on zoom in silverlight
- by Ged
Hi All,
I'm running into an issue where I seem to be losing mouse events. Essentially I have a grid with a bunch of controls that get refreshed (removed/re-added via Grid.Children.Clear and Grid.Children.Add(control) ) via a WCF_Service.
If I zoom in to a part of the grid where no control exists, I'm unable to zoom out. I have implemented zoom…