It appears a listbox control will only scroll vertically when the multi-column setting is False.
Or am I missing some other setting?
--J
Hi, maybe you've already set that property, but have you set Vertical Scroll Bar property to true?
Regards, Fred
Yes.
In mocking up a test, I see what the multi-column setting is trying to do. It appears it would want to scroll to the Right, but that is not possible.
Anyway, sorry, my misunderstanding of the property -- I thought multi-column meant each row would have columns delineated by tabs. But this happens with multi-column set to False. Multi-column does some sort of wrapping to the Right, but also disables vertical scroll, and the control has no vertical scroll.
So I'm not seeing what the multi-column setting is intended to be used for.
But keeping it set to False makes the dialog operate correct.
All better!
--J