Any suggestions for a re-orderable batch file listbox?

  • Thread starter Thread starter Strafe
  • Start date Start date
S

Strafe

Im creating an app where a user would select one or more files to be added
to a batch. Im thinking of then having the files displayed in a listbox and
attaching some buttons where a file can be moved up or down on the list
(batch) or removed completely. I haven't seen any examples of this. Is there
a control available to do this or perhaps an example of how to do it? Maybe
a completely different implementation of creating a batch of files since
this doesnt sound really elegant to me?
 
I found a good example of what I was describing in 'Windows Forms
Programming with C#'. I guess if it's in there it's a valid implementation!
 
Back
Top