Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataGridView RowCount setting very slow
Message
From
30/10/2008 15:10:07
 
 
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
VB 9.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01357256
Message ID:
01358447
Views:
28
Viv,

>For some reason this seems to work:
>       void m_Grid_ColumnDividerDoubleClick(object sender, DataGridViewColumnDividerDoubleClickEventArgs e)
>        {
>            m_Grid.AutoResizeColumn(e.ColumnIndex, DataGridViewAutoSizeColumnMode.DisplayedCells);
>            e.Handled = true;
>        }
thank you very much.
This solves the issue.
You are genious.
Andrus
Previous
Reply
Map
View

Click here to load this message in the networking platform