Click here to Skip to main content
15,905,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
FlowLayoutPanel control use have the following questions:
1. Is Controls in the FlowLayoutPanel can drag?
2. Can by dragging a control out of the flowLayoutPanel control to delete?
3. Ability to achieve drag one of the controls to achieve the exchange of position between the two controls?
4. I click the right mouse button in one of the controls, how do I determine in which control above I click the right mouse button?
How Can I achive it.Could you give me some examples.
Thank you very much.
Posted
Updated 22-May-12 18:09pm
v2

1 solution

The flowlayout panel can be used for all of the above, but does not provide it without coding work from your side. Normally this control is used for positioning of child controls, but may also be used for the dragging of controls that you want to achieve.
 
Share this answer
 
Comments
pucx 23-May-12 10:32am    
But how can i achive it?

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