G
Guest
I'm using VS 2005, .net 2.0 for a desktop application (Window Form app).
I can't set ZOrder of Panel control neither at design time by toolbar/menu
command "Bring to Front"/"Sent to Back" nor at run time by calling
BringToFront method of panel. And Panel control doesn't support SetTopLevel
method etc. I tried this while Dock=Fill and Dock=None but its not working at
all.
Please tell me how can I change Panel's ZOrder specially at run time, I have
to show different panels at different times. Is there any way to do this or I
have to set their Visible to true/false to achieve this.
I can't set ZOrder of Panel control neither at design time by toolbar/menu
command "Bring to Front"/"Sent to Back" nor at run time by calling
BringToFront method of panel. And Panel control doesn't support SetTopLevel
method etc. I tried this while Dock=Fill and Dock=None but its not working at
all.
Please tell me how can I change Panel's ZOrder specially at run time, I have
to show different panels at different times. Is there any way to do this or I
have to set their Visible to true/false to achieve this.