|
-
Oct 10th, 2007, 08:41 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] [2.0] Equivalence of ListView.BeginUpdate() for other controls
Is there a similar function in the Control or UserControl class to prevent the control from painting such as the ListView.BeginUpdate() and ListView.EndUpdate()?
I have a UserControl inherited class that loads a bunch of controls and I'd like it not to display until the loading is done.
-
Oct 10th, 2007, 08:59 AM
#2
Thread Starter
Frenzied Member
Re: [2.0] Equivalence of ListView.BeginUpdate() for other controls
Oh, and setting DoubledBuffered to true doesn't help in case you're going to suggest that.
-
Oct 10th, 2007, 03:45 PM
#3
Re: [2.0] Equivalence of ListView.BeginUpdate() for other controls
-
Oct 10th, 2007, 03:49 PM
#4
Thread Starter
Frenzied Member
Re: [2.0] Equivalence of ListView.BeginUpdate() for other controls
 Originally Posted by mendhak
ugh! I can't believe MS has once again reduced us to raw winAPI calls.
I actually just hide the parent control, add all of the child controls, then show the parent control again.
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
|