Mar 7, 2003 #1 A aewarnick Senior Contributor Joined Jan 29, 2003 Messages 1,031 How can I use vertical scrollbars in a ListView? There is no option for it in VS.
Mar 7, 2003 #2 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England As long as the Scrollable property is set to true, scrollbars should appear as and when they are needed - is this not happening?
As long as the Scrollable property is set to true, scrollbars should appear as and when they are needed - is this not happening?
Mar 7, 2003 #3 A aewarnick Senior Contributor Joined Jan 29, 2003 Messages 1,031 Only horozontal scroll bars.
Mar 7, 2003 #4 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England What View are you using? (The View property) and how do you have the Alignment and AutoArrange properties set?
What View are you using? (The View property) and how do you have the Alignment and AutoArrange properties set?
Mar 7, 2003 #5 A aewarnick Senior Contributor Joined Jan 29, 2003 Messages 1,031 It was the view. The only one that works right is Small Icon.
Mar 7, 2003 #6 A aewarnick Senior Contributor Joined Jan 29, 2003 Messages 1,031 Nevermind, when there is white space on form enouph for another column it makes one.
Mar 7, 2003 #7 A aewarnick Senior Contributor Joined Jan 29, 2003 Messages 1,031 I don't think it is possible for a list view to only display vertically. Can I put pictures beside list box items? How?
I don't think it is possible for a list view to only display vertically. Can I put pictures beside list box items? How?
Mar 7, 2003 #8 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England You can't with the vanilla listbox, but you can ownerdraw it if you know what you're doing.
Mar 7, 2003 #9 A aewarnick Senior Contributor Joined Jan 29, 2003 Messages 1,031 I don't know what I am doing yet, so that will have to wait.