May 23, 2003 #1 G guest31ro Newcomer Joined May 17, 2003 Messages 21 Can I put only a vertical scroll and how? Thanks
May 23, 2003 #2 W wyrd Senior Contributor Joined Aug 23, 2002 Messages 1,405 Location California Vertical scroll bar is automatically added to a ListView when items go past the bottom of the ListView.
Vertical scroll bar is automatically added to a ListView when items go past the bottom of the ListView.
May 24, 2003 #3 G guest31ro Newcomer Joined May 17, 2003 Messages 21 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?
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?
May 24, 2003 #4 G guest31ro Newcomer Joined May 17, 2003 Messages 21 And If is posible to modifi the width and the colors of the srollbars of a listView.
May 24, 2003 #5 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England The scrollbars are standard windows ones and either on or off. If you want an invisible column, try just settings its width to 0.
The scrollbars are standard windows ones and either on or off. If you want an invisible column, try just settings its width to 0.