ListView needs to act like ListBox

As long as the Scrollable property is set to true, scrollbars should appear as and when they are needed - is this not happening?
 
What View are you using? (The View property) and how do you have the Alignment and AutoArrange properties set?
 
I don't think it is possible for a list view to only display vertically. Can I put pictures beside list box items? How?
 
You can't with the vanilla listbox, but you can ownerdraw it if you know what you're doing.
 
Back
Top