I have two multi-select list boxes. The user can make a selection from list-box A, and click a button to move the selection into list-box B. The problem is that when list-box A is requeried so that the selection disappears list-box A insists on scrolling down so that it shows only the last items in the list. I really don't want it to scroll at all, but if it must I'd rather it scrolled back to showing the first items, not the last.
I can't find any methods or properties to allow me to control the scrolling behaviour of a list-box through code at run-time (or any other time, come to that!)
A further (but less vital, only cosmetic) problem is that if you then scroll list-box A back to the top there are a lot of 'artefact' dividing lines between the list items, which looks very odd and messy.
I'd be grateful for any light you can shed on these matters.
I can't find any methods or properties to allow me to control the scrolling behaviour of a list-box through code at run-time (or any other time, come to that!)
A further (but less vital, only cosmetic) problem is that if you then scroll list-box A back to the top there are a lot of 'artefact' dividing lines between the list items, which looks very odd and messy.
I'd be grateful for any light you can shed on these matters.
Comment