Spread Windows Forms 12.0 Product Documentation
BoundaryFeedbackMode Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : BoundaryFeedbackMode Property
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
public BoundaryFeedbackMode BoundaryFeedbackMode {get; set;}
Remarks
The BoundaryFeedbackMode property specifies the way FpSpread reacts when users pan to scroll out of the scrollable area.
Example
This example sets the BoundaryFeedbackMode property.
fpSpread1.PanningMode = FarPoint.Win.Spread.SpreadPanningMode.Both;
fpSpread1.BoundaryFeedbackMode = FarPoint.Win.Spread.BoundaryFeedbackMode.Split;
FpSpread1.PanningMode = FarPoint.Win.Spread.SpreadPanningMode.Both
FpSpread1.BoundaryFeedbackMode = FarPoint.Win.Spread.BoundaryFeedbackMode.Split
See Also

Reference

FpSpread Class
FpSpread Members