Make scrollbar invisible in panel

  • Thread starter Thread starter Martijn Bresser
  • Start date Start date
M

Martijn Bresser

Does anyone know how to make a scrollbar invisible in a panel, while the
Autocroll property is set to true??

I want synchronize 2 panels with one scrollbar, so the first panel has the
visible scrollbars and the second one has no scrollbars. When scrolling the
scrollbars of the first panel, the second panel has to scroll also.
 
Hello,

Martijn Bresser said:
Does anyone know how to make a scrollbar invisible in a panel, while the
Autocroll property is set to true??

I want synchronize 2 panels with one scrollbar, so the first panel has the
visible scrollbars and the second one has no scrollbars. When scrolling the
scrollbars of the first panel, the second panel has to scroll also.

Why do you want to hide the scrollbar? You can set the
AutoScrollPosition property if you want to scroll programmatically.

HTH,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet

Purpose: Help Protect Your Computer Today (Immediately)
Action: Read about the Blaster worm and update your software
immediately. Check the Security site for more information and steps you
should take to help protect your systems.
URL: http://www.microsoft.com/security/incident/blast.asp
 
Back
Top