Home - Forums-.NET - FlyGrid.Net (Windows Forms) - missing vertical scrollbars

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

missing vertical scrollbars
Link Posted: 01-Jun-2006 03:08
I have bound to a DataTable, and for some reason the vertical scrollbars are not showing up.  I know the data is there since I can use the up and down arrows to get to it.  Even when I use the arrows, though, the grid does not scroll...the selection just drops below the visible area.

Is there some setting that I'm missing?
Link Posted: 02-Jun-2006 04:57
Can you provide me with sample code or screenshot illustrating this problem?
May be you've disabled scrollbars before binding to DataTable?
Please check the flyGrid.ActiveRootPort.VScrollBarEnabled and flyGrid.ActiveRootPort.HScrollBarEnabled properties before databinding to make sure that scrollbars enabled.