[Mono-winforms-list] Support for programatic scrolling via WM_VSCROLL and WM_HSCROLL messages

Jeff Richardson themann at indyfantasysports.net
Sat Aug 2 12:11:09 EDT 2008


This patch adds support for certain controls to respond to WM_HSCROLL 
and WM_VSCROLL messages to allow them to be scrolled programatically.  
I've implemented this for every control in which both contains an 
instance of ImplicitVScrollBar and ImplicitHScrollBar and have the 
corresponding .NET type respond to sending the WM_HSCROLL and WM_VSCROLL 
messages, with the exception of MdiClient (I'm unsure exactly how to 
test that).
-- 

Jeffrey M Richardson, MCP
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mwfscroll.patch
Url: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20080802/31f98cb0/attachment.pl 


More information about the Mono-winforms-list mailing list