Is there a possibility to split a listbox in two?
Now I have create two seperate listboxes. The first one contain the first part of the data, and the second the rest.
It would be nice if I browse the first one, and if the last record on the screen is displayed,
the next will be the first of the second listbox.
What I want is:
Code: Select all
LISTBOX 1 LISTBOX 2
ITEM 01 ITEM 13
ITEM 02 ITEM 14
ITEM 03 ITEM 15
ITEM 04 ITEM 16
ITEM 05 ITEM 17
ITEM 06 ITEM 18
ITEM 07 ITEM 19
ITEM 08 ITEM 20
ITEM 09 ITEM 21
ITEM 10 ITEM 22
ITEM 11 ITEM 23
ITEM 12 ITEM 24
If 'ITEM 24' is selected and you press the DOWN-key, listbox 2 and listbox 1 should scoll down, and ITEM 25 should me selected.
Is this possible?
Thanks,
Marc