|
-
Apr 30th, 2006, 06:25 PM
#1
Re: [2005] multithreading - creating controls in a background thread
If you're using 2005 then I strongly recommend using the DataGridView over the DataGrid. Then you can set VirtualMode to True and populate the grid with data as needed.
-
Apr 30th, 2006, 06:28 PM
#2
Thread Starter
New Member
Re: [2005] multithreading - creating controls in a background thread
 Originally Posted by jmcilhinney
If you're using 2005 then I strongly recommend using the DataGridView over the DataGrid. Then you can set VirtualMode to True and populate the grid with data as needed.
Thanks for the tip. I'll look into it. I literally just started with 2005 this weekend and I'm still not aware of all the new stuff.
I noticed that multi-threading is a lot tighter with 2005 than 2003, which is a good thing really.
Karl
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|