DataGridView vertical scrollbar freeze

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
 
O

Oyvind Eriksen

I found a solution.
I've created a status form which runs on a seperate thread while the main
thread do the work.
Now everything works fine.

Regards,
Oyvind Eriksen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top