You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When zooming (mouse wheel) or dragging, the size and position of the Overlay (green border) stays the same. It refreshes e.g. when changing the position of the whole window. How can I force the Overlay to refresh as soon as the Zoombox has changed it's zoom or position?
The Zoombox's features do not work if the mouse is above the Overlay (green border). Setting the border IsHitTestVisible="False" solves that problem, but in some scenarios I cannot do that (for I need to handle some mouse events). Is there a way to have IsHitTestVisible="True" and still forward the UI-events to the Zoombox so that I can do it's job?
The text was updated successfully, but these errors were encountered:
Having the following minimal code sample in a plain WPF window.
IsHitTestVisible="False"
solves that problem, but in some scenarios I cannot do that (for I need to handle some mouse events). Is there a way to haveIsHitTestVisible="True"
and still forward the UI-events to the Zoombox so that I can do it's job?The text was updated successfully, but these errors were encountered: