ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / HandleScrolling Property

In This Topic
    HandleScrolling Property
    In This Topic
    Gets or sets a value that indicates whether the C1ComboBox handles the scrolling of the parent control or not.
    Syntax
    'Declaration
     
    
    Public Property HandleScrolling As Boolean
    public bool HandleScrolling {get; set;}
    See Also