[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SpreadPanningMode

SpreadPanningMode Enum

Specifies how FpSpread reacts to touch manipulation.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum SpreadPanningMode
Public Enum SpreadPanningMode

Fields

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.