Click here to Skip to main content
15,920,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a main window and 20 usercontroll as sub window in a WPF project..

I have placed a ContentFrame in the mainwindow to open a UserControl.. Now my question is how can i open multiple usercontrol in a single window and move them or drag them in a main Window
Posted
Comments
Sergey Alexandrovich Kryukov 29-Sep-11 15:42pm    
A control is not a sub-window. What do you mean by "open" a control? Is is closed? :-)
--SA

As SA I'm not entirely sure what it is you're asking, but since you haven't provided more details I'm just gonna guess that this article might help
Multiple Window Interface for WPF[^]
 
Share this answer
 
you can use some grid and add usercontrol,s to grid,s and move or drag this grid,s
 
Share this answer
 

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