VS2005 IDE Question

  • Thread starter Thread starter Peter Proost
  • Start date Start date
P

Peter Proost

Hi I've got a question about the visual studio 2005 SP1 IDE.

The events combo (the combo in the code editor where you select the event
you want to handle) is realy slow when I scroll it. It opens fast , but if I
for example scroll the scrollwheel on my mouse 3 times there's a delay of a
1 second per scroll, it's the same when using the scrollbar arrows.

Has anyone experienced the same thing or does anyone now what the problem
could be. The combo's in all other programs work ok. The pc is a xp prof
sp2, 2.8 GHz with 2 GB ram

Greetz,

Peter
 
It happens to me as well. I think it has to do with your scrolling configuration,
and also the ComboBox control trying to be intelligent at the same time.
If you use the Mouse applet in the control panel to adjust the vertical scrolling
speed, you will get better results. It has options for accelerated scrolling
that affect all applications. But the ComboBox list of events must also be
trying to implement its own accelerated scrolling, and I find no options
for adjusting this.
 
Thanks for the answer, I can't realy improve the performance by changing my
scroll settings. There's some difference. But it's still not as it should
be. I'll also keep looking for a setting somewhere in vs (if there is one).

Thanks again,

Peter
 
Back
Top