Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Autoscroll flicker

Status
Not open for further replies.

apex1x

IS-IT--Management
Aug 14, 2002
396
0
0
US
Is there any way to get rid of the flickering and streaking that the autoscroll causes on forms?

I tried to set:

Me.SetStyle(ControlStyles.UserPaint, True)
Me.SetStyle(ControlStyles.AllPaintingInWmPaint, True)
Me.SetStyle(ControlStyles.DoubleBuffer, True)
Me.SetStyle(ControlStyles.ResizeRedraw, True)

but there is no noticable difference.
 
By "streaking", I mean, when the autoscroll bar is dragged up or down, some of the text or textboxes appear to stretch vertically until the bar is no longer moved.
This is used on just a simple windows form in vb.net 2005.

Any ideas? Surely some of you must have used a scroll bar once in your life ;)
 
I have the same problem but no answer for you, so I will be watching to see if you get a solution.
djj
 
Yes, this is strange. I suppose another question to pose would be: has anyone used the autoscroll in a form WITHOUT this problem?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top