Mar 7, 2003 #1 A aewarnick Well-known member 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 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 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 Well-known member Joined Jan 29, 2003 Messages 1,031 Only horozontal scroll bars.
Mar 7, 2003 #4 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 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 Well-known member 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 Well-known member 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 Well-known member Joined Jan 29, 2003 Messages 1,031 I dont think it is possible for a list view to only display vertically. Can I put pictures beside list box items? How?
I dont 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 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 You cant with the vanilla listbox, but you can ownerdraw it if you know what youre doing.
Mar 7, 2003 #9 A aewarnick Well-known member Joined Jan 29, 2003 Messages 1,031 I dont know what I am doing yet, so that will have to wait.