EasyTabs icon indicating copy to clipboard operation
EasyTabs copied to clipboard

Use EasyTabs as a user control

Open gaumo62 opened this issue 4 years ago • 1 comments

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 add this option

gaumo62 avatar Jun 01 '20 10:06 gaumo62

Unfortunately, this isn't really feasible with the current architecture. There's a lot of plumbing that is necessary to hook up the tabs overlay to the overall application window that I would be reluctant to make large number of changes to in order to enable what is really a completely different way of rendering and managing the tabs.

All of the tab rendering is actually done in TitleBarTabsOverlay so if you need that sort of functionality in another context, you may want to look at extracting that class into your own project and modifying it to fit your needs. I'm also happy to take pull requests if you have ideas on how this could be integrated into the main project. I'll leave this issue open if you choose to pursue this.

lstratman avatar Sep 13 '20 14:09 lstratman