Objective Grid for Microsoft® .NET® Reference Guide

GridControl.AutoScroll Property

Back to Class Index

Sets auto-scroll mode.     

[Visual Basic]
Overrides Public Property AutoScroll As Boolean
[C#]
public override bool AutoScroll {get; set;}

Remarks

    

Set to TRUE if autoscroll-mode should be enabled when the user is dragging the mouse outside the grid; otherwise set to FALSE.     

    

SetAutoScroll does not affect the scrolling behavior during OLE drag and drop. To affect scrolling during drag and drop, change the flags in EnableOleDropTarget.     

    

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace