InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputControlHost Class / SupportScrollAfterFocus Property

In This Topic
    SupportScrollAfterFocus Property (InputControlHost)
    In This Topic
    Indicates whether the C1IputPanel should scroll the hosted control when it gets the focus.
    Syntax
    'Declaration
     
    Public Property SupportScrollAfterFocus As Boolean
    public bool SupportScrollAfterFocus {get; set;}
    See Also