Re: TabControl flicker issue
- From: aagarwal8@xxxxxxxxx
- Date: Tue, 11 Dec 2007 01:28:46 -0800 (PST)
By overriding the CreateParams for the Form, i was able to get rid of
the Flickering completely
protected override CreateParams CreateParams {
get {
CreateParams cp = base.CreateParams;
cp.ExStyle |= 0x02000000;
return cp;
}
}
Regards,
Ankit!!
.
- References:
- TabControl flicker issue
- From: aagarwal8
- TabControl flicker issue
- Prev by Date: Re: Logging
- Next by Date: C# Rijndael encryption. When decrypting I get junk data in the first block
- Previous by thread: TabControl flicker issue
- Next by thread: colordialog.color to int
- Index(es):
Relevant Pages
|