[]
Specifies how FpSpread reacts to touch manipulation.
public enum SpreadPanningMode
Public Enum SpreadPanningMode
| Name | Description |
|---|---|
| Both | The FpSpread control scrolls horizontally and vertically. |
| HorizontalOnly | The FpSpread control only scrolls horizontally. |
| HorizontalOrVertical | The FpSpread control scrolls horizontally or vertically. |
| None | The FpSpread does not respond to pan input. |
| VerticalOnly | The FpSpread control only scrolls vertically. |