Spread Windows Forms 7.0 Product Documentation
BoundaryFeedbackMode Property
See Also  Example Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : BoundaryFeedbackMode Property


Glossary Item Box

Gets or sets the way FpSpread reacts when the manipulation has gone beyond certain boundaries.

Syntax

Visual Basic (Declaration) 
Public Property BoundaryFeedbackMode As BoundaryFeedbackMode
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim value As BoundaryFeedbackMode
 
instance.BoundaryFeedbackMode = value
 
value = instance.BoundaryFeedbackMode
C# 
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.
C#Copy Code
fpSpread1.PanningMode = FarPoint.Win.Spread.SpreadPanningMode.Both;
fpSpread1.BoundaryFeedbackMode = FarPoint.Win.Spread.BoundaryFeedbackMode.Split;
VB.NETCopy Code
FpSpread1.PanningMode = FarPoint.Win.Spread.SpreadPanningMode.Both
FpSpread1.BoundaryFeedbackMode = FarPoint.Win.Spread.BoundaryFeedbackMode.Split

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.