ScrollableControlDesigner Class
Assembly: System.Design (in system.design.dll)
ScrollableControlDesigner provides a base class for designers of controls that respond to scroll messages. In addition to the methods and functionality inherited from the ParentControlDesigner, ControlDesigner, and ComponentDesigner classes, ScrollableControlDesigner provides a WndProc method override that passes WM_HSCROLL and WM_VSCROLL messages to the control at design time.
Note |
|---|
| If a form has its AutoScroll property set to active, the scroll bars are always active in the design-time environment. |
You can associate a designer with a type using a DesignerAttribute. For an overview of customizing design time behavior, see Extending Design-Time Support.
System.ComponentModel.Design.ComponentDesigner
System.Windows.Forms.Design.ControlDesigner
System.Windows.Forms.Design.ParentControlDesigner
System.Windows.Forms.Design.ScrollableControlDesigner
System.Windows.Forms.Design.DocumentDesigner
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note