Scroll panel control from keyboard?

  • Thread starter Thread starter Dave Leach
  • Start date Start date
D

Dave Leach

Is there a standard keyboard key combination (shortcut)
that can be used to scroll a window or panel control when
a vertical scroll bar is present? How about a horizontal
scroll bar?

Thanks,
Dave
 
Hi dave,
As far as I know, windows didn't provide such standard shortcut for
scroll panel and windows. However, you may implement it by yourself by
sending the WM_VSCROLL or WM_HSCROLL message using Platform Invoke.
If you still have problems on this issue, please let me know!
Thanks!


Best regards,

Ying-Shen Yu [MSFT]
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

This posting is provided "AS IS" with no warranties and confers no rights.
You should not reply this mail directly, "Online" shouldbe removed before
sending, Thanks!

--------------------
| Content-Class: urn:content-classes:message
| From: "Dave Leach" <[email protected]>
| Sender: "Dave Leach" <[email protected]>
| Subject: Scroll panel control from keyboard?
| Date: Tue, 16 Sep 2003 15:11:01 -0700
| Lines: 8
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcN8n2mvzufbarVDRIus/ozC00MwLg==
| Newsgroups: microsoft.public.dotnet.framework.windowsforms
| Path: cpmsftngxa07.phx.gbl
| Xref: cpmsftngxa07.phx.gbl
microsoft.public.dotnet.framework.windowsforms:52376
| NNTP-Posting-Host: tk2msftngxa11.phx.gbl 10.40.1.163
| X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms
|
| Is there a standard keyboard key combination (shortcut)
| that can be used to scroll a window or panel control when
| a vertical scroll bar is present? How about a horizontal
| scroll bar?
|
| Thanks,
| Dave
|
|
 
Back
Top