O
Oyvind Eriksen
Hello.
I have an application that includes a DataGridView.
This application load data into a DataTable based on mpeg audio files which
the application validates.
Since this can take some time (specially if you choose several large files)
the void which load the data runs on a seperate thread.
On some machines, not on my own which have VS2005 installed, after the void
is finished, the vertical scrollbar in the DataGridView is frozen. If I
minimize and restore the form, the scrollbar is gone.
Does anyone have a similar experience or know what can cause this?
Thank you!
Regards,
Oyvind Eriksen
I have an application that includes a DataGridView.
This application load data into a DataTable based on mpeg audio files which
the application validates.
Since this can take some time (specially if you choose several large files)
the void which load the data runs on a seperate thread.
On some machines, not on my own which have VS2005 installed, after the void
is finished, the vertical scrollbar in the DataGridView is frozen. If I
minimize and restore the form, the scrollbar is gone.
Does anyone have a similar experience or know what can cause this?
Thank you!
Regards,
Oyvind Eriksen