What is the best solution to check is one control located over other.
For example, I have two TextBoxes and when one TextBox is over the other I need to hide one of them.
AND i need to determine is this cotnrols overlaped before i will add them to visul tree!
I assume you mean you want to find out if they overlap in the Z-dimension?
Untested: