BCGControlBar Library for .NET
ScrollToColumn Method




Syntax
'Declaration
 
Public Sub ScrollToColumn( _
   ByVal index As Integer, _
   ByVal makeLeft As Boolean, _
   ByVal redraw As Boolean _
) 
'Usage
 
Dim instance As GridControl
Dim index As Integer
Dim makeLeft As Boolean
Dim redraw As Boolean
 
instance.ScrollToColumn(index, makeLeft, redraw)
public void ScrollToColumn( 
   int index,
   bool makeLeft,
   bool redraw
)
public: void ScrollToColumn( 
   int index,
   bool makeLeft,
   bool redraw
) 
public:
void ScrollToColumn( 
   int index,
   bool makeLeft,
   bool redraw
) 

Parameters

index
makeLeft
redraw
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members

Send Feedback