In WPF, an element may have βvisibleβ visibility, but may not actually be visible on the screen, because the parent (or parent of the parent) has minimized visibility.
I want to know if the item is actually displayed on the screen, without having to pass the parental control check of the visual tree.
Does anyone know how to do this?
Thanks in advance!
source share