ScrollableControl Constructor ()
.NET Framework (current version)
Initializes a new instance of the ScrollableControl class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The default ScrollableControl constructor performs the following actions:
Marks the current instance as a container control by calling the SetStyle method to set the ContainerControl style to true.
Enables background erasing by setting the AllPaintingInWmPaint to false.
Disables auto-scrolling by calling the SetScrollState method to set the ScrollStateAutoScrolling bit to false.
.NET Framework
Available since 1.1
Available since 1.1
Show: