aewarnick Posted March 7, 2003 Posted March 7, 2003 How can I use vertical scrollbars in a ListView? There is no option for it in VS. Quote C#
*Gurus* divil Posted March 7, 2003 *Gurus* Posted March 7, 2003 As long as the Scrollable property is set to true, scrollbars should appear as and when they are needed - is this not happening? Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
*Gurus* divil Posted March 7, 2003 *Gurus* Posted March 7, 2003 What View are you using? (The View property) and how do you have the Alignment and AutoArrange properties set? Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
aewarnick Posted March 7, 2003 Author Posted March 7, 2003 It was the view. The only one that works right is Small Icon. Quote C#
aewarnick Posted March 7, 2003 Author Posted March 7, 2003 Nevermind, when there is white space on form enouph for another column it makes one. Quote C#
aewarnick Posted March 7, 2003 Author Posted March 7, 2003 I don't think it is possible for a list view to only display vertically. Can I put pictures beside list box items? How? Quote C#
*Gurus* divil Posted March 7, 2003 *Gurus* Posted March 7, 2003 You can't with the vanilla listbox, but you can ownerdraw it if you know what you're doing. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
aewarnick Posted March 7, 2003 Author Posted March 7, 2003 I don't know what I am doing yet, so that will have to wait. Quote C#
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.