Is it possible to "move" an open popup from one location to another? I have a custom popup that contains a tab control. Usually the tabs represent all the features found at one location, but ocassionally the tabitems represent all "like features" that could have different pointshapes. I would the like the user to be able to select a tab in the popup control and have the popup "move" to the pointshape represented by the tab. I would like this to happen without the popup being rerendered (which causes bindings to be reset and templates to be reapplied). I also cannot figure how to change to origin point of a popup without calling its base constructor.
Thanks,
Tom