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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also