FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid.Util.BaseControls Namespace / ScrollableControl Class
Members

In This Topic
    ScrollableControl Class
    In This Topic
    Base class for controls that support auto-scrolling behavior.
    Object Model
    ScrollableControl Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class ScrollableControl 
       Inherits System.Windows.Forms.Control
    public abstract class ScrollableControl : System.Windows.Forms.Control 
    Remarks
    This class is similar to System.Windows.Forms.ScrollableControl, but provides extra customization, better scroll notification, and support for scroll tracking.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Win.FlexGrid.Util.BaseControls.ScrollableControl
                   C1.Win.FlexGrid.C1FlexGridBase

    See Also