Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any option to create a user control like TableLayoutPanel in vb.net or c#?

I need to drag and drop specific rows and columns in that user control?

How can I do this?
Posted
Comments
Michel [mjbohn] 6-Dec-11 1:33am    
Give us some more information on what you're going to achieve. Maybe there's an easier way than building a control from scratch.
srinivasan_indian 6-Dec-11 1:35am    
i want to create a control like tablelayoutpanel. That is, Want to add rows and columns, drag the specific column or row during runtime. But dont need Tablelayoutpanel control.

Want to create some other new control.....

1 solution

This discussion[^] could help you out.
 
Share this answer
 
Comments
srinivasan_indian 6-Dec-11 0:40am    
Please read my question clearly.. Want to create a control like TableLayoutPanel.
Michel [mjbohn] 6-Dec-11 1:35am    
There's not much information in your request. How about using CP search or Google ?
srinivasan_indian 6-Dec-11 1:43am    
I tried tablelayoutpanel control. But i am not succeed with some requiremnets. So that I need some other new control to meet all my requirements.


Requirements are,

1. Want to move specific column or row during runtime.
2. Set the backcolor for more than one cells and show the background text.

These should be meet with my new control.Help me to create like this..

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