I'm using a Popup to show validation messages to the User. If the element (e.g. a Textbox) is scrolled out of the View the following Method is working great and i can easy hide the Popup.
But if i move the window partial out of the screen so i can't see the element anymore this Method still returns true. In this case the popup is still visibile to the User (The popup allways stays within screen bounds) but the element is not.
How can i check if a element is visibile within the screen?