Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Horizontal scroll bar scroll columns...

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Horizontal scroll bar scroll columns...
Link Posted: 12-Dec-2005 11:50
Is there a way to make the horizontal scroll / jump to display the next column depending on which scrollbar arrow is clicked.

At the moment when you use the scroll arrows the grid slowly scrolls across, what I would like is when you click the scroll arrows the flygrid displays the next column.

I hope that makes sense.......

Thank you

Simon
Link Posted: 12-Dec-2005 17:07
Turn off GridOptions.PixelHorzScrollbar option in the FlyGrid.Options to scroll horizontally by columns:
[C#]
flyGrid.Options &= ~GridOptions.PixelHorzScrollbar;