I have the following options set on my rid:
grid.Options = GridOptions.ShowFixedLines Or _
gridOptions.ShowHorzLines Or GridOptions.ShowVertLines
grid.Columns.LeftFixedColumns = 1
When I start scrolling to the right, eventually it ends up going past the last column. At this point, I see empty space in the grid and the horizontal scroll bar disappears!
If I try to interact with the grid, I get this:
System.Windows.Forms.NativeWindow.Callback(hWnd As IntPtr, msg As Int32, wparam As IntPtr, lparam As IntPtr) As IntPtr
System.Windows.Forms.Control+ControlNativeWindow.WndProc(m As Message&)
System.Windows.Forms.Control+ControlNativeWindow.OnMessage(m As Message&)
NineRays.Windows.Forms.FlyGrid.WndProc(m As Message&)
System.Windows.Forms.Control.WndProc(m As Message&)
System.Windows.Forms.Control.WmMouseMove(m As Message&)
NineRays.Windows.Forms.FlyGrid.OnMouseMove(me As MouseEventArgs)
NineRays.Windows.Forms.Grids.FlyGridViewPort.5( As FlyGridViewPort, As Int32, As Int32) As HitTestInfo
NineRays.Windows.Forms.Grids.FlyGridViewPort.5( As Point, As FlyGridViewPort, As Int32, As Int32) As HitTestInfo
NineRays.Windows.Forms.Grids.FlyGridViewPort.2( As Point, As Rectangle, As Int32, As Int32, As Int32, As Int32) As Int32