Search found 3 matches
- Tue Nov 17, 2009 7:53 am
- Forum: Special Issue on C++Builder 2010
- Topic: Suggestion for proposed special C++ Builder 2010 issue
- Replies: 2
- Views: 24156
Suggestion for proposed special C++ Builder 2010 issue
In the email to accompany the October 2009 issue, Damon mooted creating a special issue of the journal devoted to C++ Builder 2010. I'd like it very much if somebody would write an article for this special issue (or any issue), specifically dealing with unicode, and with special reference to porting...
- Thu Jul 17, 2008 7:55 am
- Forum: Technical
- Topic: Reordering items in listbox using drag and drop
- Replies: 3
- Views: 10994
Re: Reordering items in listbox using drag and drop
Thanks Remy & minas, both approaches work fine.
Now to see if I can get it to drag & drop an extended select.
Adrian
Now to see if I can get it to drag & drop an extended select.
Adrian
- Wed Jul 16, 2008 5:58 am
- Forum: Technical
- Topic: Reordering items in listbox using drag and drop
- Replies: 3
- Views: 10994
Reordering items in listbox using drag and drop
I have a form containing a listbox populated at runtime, and I want to let users rearrange listbox items using drag and drop. I have got it working ok when the drag position and drop position are both within the currently visible part of the list. However the list typically will be scrollable vertic...