Enum StickyOrientation
Specifies the orientation to which an element should stick.
Namespace: Sartorius.SAF.Presentation.Controls.Primitives
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum StickyOrientation
  Fields
| Name | Description | 
|---|---|
| Fixed | The element does never scroll and sticks in it's place.  | 
      
| HorizontalFixed | The element sticks horizontally, but can scroll vertically.  | 
      
| LeftFixed | The element scrolls to the left and then sticks to the left side. The element scrolls vertically without limitation.  | 
      
| None | The element does not stick and scrolls in every direction.  | 
      
| TopFixed | The element scrolls to the top and then sticks to the top. The element scrolls horizontally without limitation.  | 
      
| VerticalFixed | The element sticks vertically, but can scroll horizontally.  |