Hi! Thank you for reading my question.
The situation is:
I got two multi-select listboxes, one or more items can be moved between them by either pressing a command button or double-click on the item.
Now the problem is whenever I move an item from list1 to list2, the 'focus' always go back to the first item in list1. I want the focus to be placed on the next item following the item being moved. For example, if I move item 99th the focus should be placed on the 100th, so that I can move more items around that number, rather than dragging the scrollbar to the 100th again from the top...
Any advises would be greatly appreciated!
The situation is:
I got two multi-select listboxes, one or more items can be moved between them by either pressing a command button or double-click on the item.
Now the problem is whenever I move an item from list1 to list2, the 'focus' always go back to the first item in list1. I want the focus to be placed on the next item following the item being moved. For example, if I move item 99th the focus should be placed on the 100th, so that I can move more items around that number, rather than dragging the scrollbar to the 100th again from the top...
Any advises would be greatly appreciated!