Listbox question
Posted
Regular

BruceSteers said
If you've reversed the other list then it's index is just Length-position
same code as when i reversed the list and set the selected item.
ListBox2.Index = ListBox1.List.Max - ListBox1.Index
Wow. That worked. Thanks Bruce! It can go forwards and backwards using 2 listboxes!
Posted
Guru

To go backwards you could just take 10 from the index and then use the normal show 5.
Ie…
Posted
Regular

BruceSteers said
I had another idea…
To go backwards you could just take 10 from the index and then use the normal show 5.
Ie…
ooooh I like this. Thanks Bruce!
1 guest and 0 members have just viewed this.


