Click here to Skip to main content
15,910,303 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i have StackPanel and WindowsFormsHost. I need to send WindowsFormsHostck back and bring StackPanel to front.

What I have tried:

i am setting zIndex to WindowsFormsHost but its not working... please provide the soln for this
Posted
Comments
Suvendu Shekhar Giri 14-Sep-16 2:53am    
share the relevant code
Member 11559270 14-Sep-16 3:12am    
System.Windows.Controls.Panel.SetZIndex(Winhost, -1);
System.Windows.Controls.Panel.SetZIndex(stkpnlLeftMenu, 10);

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900