ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / CollisionMode Enumeration

In This Topic
    CollisionMode Enumeration
    In This Topic
    When the positioned element overflows the window in some direction, move it to an alternative position
    Syntax
    'Declaration
     
    Public Enum CollisionMode 
       Inherits System.Enum
    public enum CollisionMode : System.Enum 
    Members
    MemberDescription
    FitSo the element keeps in the desired direction, but is re-positioned so it fits.
    FlipTo the opposite side and the collision detection is run again to see if it will fit. If it won't fit in either position, the center option should be used as a fall back.
    NoneNot do collision detection.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.CollisionMode

    See Also