TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / BoundaryFeedbackMode Enumeration

In This Topic
    BoundaryFeedbackMode Enumeration
    In This Topic
    Specifies how to show visual feedback when scroll reach end point.
    Syntax
    'Declaration
     
    
    Public Enum BoundaryFeedbackMode 
       Inherits System.Enum
    public enum BoundaryFeedbackMode : System.Enum 
    Members
    MemberDescription
    SplitWhen scroll reach the end point, content area will continue scroll a little, and then bound back.
    StandardWhen scrolling reach the end point, the owner form will move a small distance and then bound back.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.TouchToolKit.BoundaryFeedbackMode

    See Also