Winston
Junior Contributor
Has anyoen got any ideas how to avoid flickering when u resize a form and the listview is anchored and resized, causing it to flicker, ive tried extending hte listview and turning double buffer on doesnt work.
I'm trying to find a way for it to not paint on resize, basically ive tried calling BeginUpdate on the form resize event, but i have no idea how to figure out when the user has finished resizing, so that i can call end update
any ideas?
thanks
I'm trying to find a way for it to not paint on resize, basically ive tried calling BeginUpdate on the form resize event, but i have no idea how to figure out when the user has finished resizing, so that i can call end update
any ideas?
thanks