guest31ro Posted May 23, 2003 Posted May 23, 2003 Can I put only a vertical scroll and how? Thanks Quote
wyrd Posted May 23, 2003 Posted May 23, 2003 Vertical scroll bar is automatically added to a ListView when items go past the bottom of the ListView. Quote Gamer extraordinaire. Programmer wannabe.
guest31ro Posted May 24, 2003 Author Posted May 24, 2003 yes but if I put this.listView1.Scrollable = false; becouse I have a Column I don't whant to show , If I put this.listView1.Scrollable = true; I get also a horizontal scrollbar. I want only a Vertical scrollbar or not to show one of the coloms in Detailed View. It is posible? Quote
guest31ro Posted May 24, 2003 Author Posted May 24, 2003 And If is posible to modifi the width and the colors of the srollbars of a listView. Quote
*Gurus* divil Posted May 24, 2003 *Gurus* Posted May 24, 2003 The scrollbars are standard windows ones and either on or off. If you want an invisible column, try just settings its width to 0. 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
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.