FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / BoundaryFeedbackMode Property


In This Topic
BoundaryFeedbackMode Property
In This Topic
Gets or sets the way FpSpread reacts when the manipulation has gone beyond certain boundaries.
Syntax
'Declaration
 
Public Property BoundaryFeedbackMode As BoundaryFeedbackMode
 
'Usage
 
Dim instance As FpSpread
Dim value As BoundaryFeedbackMode
 
instance.BoundaryFeedbackMode = value
 
value = instance.BoundaryFeedbackMode
Remarks
The BoundaryFeedbackMode property specifies the way FpSpread reacts when users pan to scroll out of the scrollable area.
See Also