Is it possible to create a form with drag-and-drop rows and text fields inside each row?

  • Thread starter Thread starter JP3O
  • Start date Start date
J

JP3O

Guest
I use Visual Studio 2013 and VB.NET

I want to create a form like the attached mockup. I want to create a form based on rows of information. The columns Activity and Boss are editable, previous order cant be changed and new order is implicitly changed based on the users dragging and dropping. It should be possible to create new rows in the popup by clicking on the plus button.

Is it possible to create a form like this for my VB.NET application?

I know how to create forms with text boxes, labels and combo boxes, but I dont know how to create a click-and-drag UI. What components or other technical stuff are suitable for this popup?

589223


Continue reading...
 
Back
Top