Hi,
If I put our WpfMap in a floating window, and perform the following steps, the map gets into a strange mode where the map moves around (Pans) without the mouse being down.
1) Resize the window to be smaller, by grabbing the lower right-hand corner
2) Move the mouse over the WpfMap, without doing anything
3) Resize the window to be larger, by grabbing the lower right-hand corner
4) Move the mouse over the map, without doing anything
During step 4, I am noticing that the map is acting as if I have the mouse down and am panning. However, I do not have the mouse down. The left mouse button is up, but the map is panning as I move the mouse over the map. Currently, to get out of this mode I am restarting my application, and I'd like to find a better solution.
Is there some kind of a "Pan" mode that the map may have gotten into? If there is, I could do something on my end to prevent the map from entering this mode after a resize. Is the ThinkGeo code somehow checking the mouse button states during a resize and doing something?
I am seeing this with the 4.0 release and the previous release.
Thanks,
Greg