What is the difference between Show/Hide and BringToFront/SendToBack? In which situation we should use one pair instead of the other?
What is the difference between Show/Hide and BringToFront/SendToBack? In which situation we should use
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
These are completly different methods.
Show(): shows the control on the view, by initializing the content of it before.BringToFrontandSendToBackact onZ-orderof that control in regard of others.But the control is already visible.
Hints from MSDN on BringToFront:
and on Show: