Hi Devron,
The scroll bars are internal objects which are encapsuled in the ListView
class. So you cannot access it through the .net framework class library.
However, you can get the handle to the ListView by the ListView.Handle. And
then call some API to achieve it. But it's not a perfect resolution and you
might not get the best effect as you expected.
If anything is unclear, please feel free to reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
--------------------
| From: "Devron Blatchford" <
[email protected]>
| Subject: Scroll Bar
| Date: Thu, 9 Oct 2003 11:12:02 +0930
| Lines: 12
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <O6re#
[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.vb
| NNTP-Posting-Host: 203.108.249.179
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.vb:145214
| X-Tomcat-NG: microsoft.public.dotnet.languages.vb
|
| Hi there,
|
| Can I change the apperance of the scroll bar on the list view control? I
| would like to change it to a flat style with different backcolor/forecolor
| etc.
|
| Any help would be appreciated.
|
| Thanks
| Devron
|
|
|