lstratman / EasyTabs

Library to enable .NET WinForms apps to easily render a set of tabs in their titlebar space, similar to Chrome, Firefox, Edge, etc.
https://lstratman.github.io/EasyTabs
155 stars 71 forks source link

Moving the 2. tab back and forth slows down the application A LOT #76

Open cryofgaming opened 2 years ago

cryofgaming commented 2 years ago

Hey,

when you have 2 or more tabs, and you're moving the tab quickly back and forth—the application gets very, very slow and loads the CPU a lot.

Also, a lot of GCs is happening.

image

This also happens when you quickly move your mouse back and forth over those buttons in the top right corner image

Are there any solutions known to fix this?

Thank you!