Hi Ken,
All of the popups are displayed in XAML via bindings and we tell the Popup which bounds to display around and how big it should be. Unfortunately WPF has behavior built-in to ensure that popups don't resize larger than the screen size and makes sure they remain on screen. I'm not sure we have any control over that sort of thing.