EasyTabs icon indicating copy to clipboard operation
EasyTabs copied to clipboard

Library to enable .NET WinForms apps to easily render a set of tabs in their titlebar space, similar to Chrome, Firefox, Edge, etc.

Results 34 EasyTabs issues
Sort by recently updated
recently updated
newest added

Tab display issues occur when window scaling changes in Windows 10. Screenshot(scaling 150%): https://drive.google.com/file/d/1Vv6WX4FLQcOQlr5afX2Az7moft98xWXf/view?usp=sharing

With this simple change, other developers (like me) can customize close, maximize & minimize buttons by simply creating a class that inherits `WindowSizingBoxes` and overriding `Render`. And yes this class...

Some properties (like TabImage, Area etc.) are internal, thus making an override for BaseTabRendere.Render difficult since other programs can't access those properties. This PR fixed that by making those properties...

Hi, With AeroPeekEnabled set to true there's a display problem on Win 10 when peeking, there's hour glass and blankness. Since AeroPeekEnabled set to false works with any luck it's...

Firstly, great to see the project is getting some love 👍 I regularly see people attempting to use `EasyTabs + CefSharp`. This is more intended as a talking point on...

Currently easytabs is derived from the Form Class. I need to implement the tab layout inside a main form, with easytabs as a user control within the main form. Please...

help wanted

Is there a way to lock the first tab, but also so it won't move at all. Even if you drag another tab to the left of it.

help wanted

Hi, i wonder if this is still alive but if there is still chance i have few questions: 1) When i create custom renderer and i will not override ``OverlapWidth``...

After closing a tab, maintain the existing width of the remaining tabs, just collapsing them to the left to cover the missing tab. Once the cursor is moved out of...

When I use EasyTabs c# winforms to have tabs, on some computers easy tabs completely changes the font of my program and destroys it, this only happens on some computers....