Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Disable vertical scroll bar...

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

Disable vertical scroll bar...
Link Posted: 05-Oct-2005 12:28
How can I disable the vertical scroll bar on flygrid??

Thanks inadvance

Simon
Link Posted: 07-Oct-2005 01:40
The nearest preapred for publishing version will supports scroll bars management:
[c#]
//to disable vertical scrollbar:
flyGrid.ActivePort.VScrollBarEnabled = false;
//to disable horizontal scrollbar:
flyGrid.ActivePort.HScrollBarEnabled = false;
Link Posted: 09-Oct-2005 04:34
Will the new version be released soon???

Thanks

Simon