C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / CollisionMode Enumeration

CollisionMode Enumeration
When the positioned element overflows the window in some direction, move it to an alternative position
Syntax
'Declaration
 
Public Enum CollisionMode 
   Inherits 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