![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 333
Rep Power: 3
![]() |
Removing horizontal scrollbar from the Listview Control
Does anybody know how to stop the Horizontal Scroll bar in the ListView Control from appearing or just remove it all together?
__________________
Quote:
|
|
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
I havnt tested it out but does the property 'Scrollable' not determine whether or not scrollbars are displays when the content overruns the size of this control?
__________________
Mona Lisa must of had the highway blues you can tell by the way she smiles.. |
|
|
|
|
|
#3 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 333
Rep Power: 3
![]() |
It does have the scrollable property but that only allows you to have any scrollbars or none at all, there's no option for horizontal or vertical. After some googling i don't think it's possible, and properly the only way to do it is to write a custom control.
__________________
Quote:
|
|
|
|
|
|
|
#4 |
|
Hobbyist Programmer
|
Yeah after reading the most part of your post custom control came to my mind just as you mentioned it - wouldnt take too long either considering the requirements.
__________________
Mona Lisa must of had the highway blues you can tell by the way she smiles.. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to add inherited control to toolbox. | InfoGeek | C# | 3 | Feb 8th, 2007 10:12 PM |
| Various ListView questions | Eleo | C# | 6 | Feb 17th, 2006 12:32 AM |
| Displaying actual icon for the file name in my ListView control | Pedja | C# | 2 | Nov 28th, 2005 10:21 AM |
| creating a multiplication table in a ListView control | awdboxer | Visual Basic .NET | 4 | Jun 21st, 2005 3:59 PM |