a_jam_sandwich Posted February 28, 2003 Posted February 28, 2003 Ive got quite a lot of panels im using as pages within a windows form but when changing between then i sometimes get flicker anyone got any ideas? I use the process of 1. Show panel 2. Hide all others Andy Quote Code today gone tomorrow!
*Gurus* divil Posted February 28, 2003 *Gurus* Posted February 28, 2003 You could try simply using .BringToFront() on the one you need. I don't see why they should flicker using either method, to be honest. There should be no redraw until you've finished showing and hiding. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
a_jam_sandwich Posted February 28, 2003 Author Posted February 28, 2003 thought that myself and ive tried the bring to front the flicker is occasional and pretty minimal * ill live with it * Cheers Andy Quote Code today gone tomorrow!
a_jam_sandwich Posted March 5, 2003 Author Posted March 5, 2003 The reason for the flicker is having panels in panels any page with multiple panels suffers from this (There are a lot of pages) any idea how to fix anyone Cheers Andy Quote Code today gone tomorrow!
*Gurus* divil Posted March 5, 2003 *Gurus* Posted March 5, 2003 Can you post an example project with instructions that demonstrates this? Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
a_jam_sandwich Posted March 5, 2003 Author Posted March 5, 2003 Ill knock somthing up Quote Code today gone tomorrow!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.