EasyTabs icon indicating copy to clipboard operation
EasyTabs copied to clipboard

Visual options

Open astromediaonly opened this issue 5 years ago • 0 comments

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 or set too small or negative number then im greeted with System.ArgumentOutOfRangeException during tab creation with this stack trace: at System.Windows.Forms.Form.set_MinimumSize(Size value) at EasyTabs.BaseTabRenderer.Tabs_CollectionModified(Object sender, ListModificationEventArgs e) at System.EventHandler`1.Invoke(Object sender, TEventArgs e) at EasyTabs.ListWithEvents`1.OnCollectionModified(ListModificationEventArgs e) at EasyTabs.ListWithEvents`1.Add(T item) at Application.Program.Main() I would like to know if there is a way to make tabs not overlap and ideally have some spacing between them. It would be also nice to be able to set minimal tab width somehow instead of it to be related to center image width but i suppose its minor issue.

  2. Another thing i would like to do is set text color of tab title for active and inactive tab because black is not much readable for my theme color - i was reading some previous theme related request but i suppose text color setup was not yet implemented? Will be?

  3. It would be neat to be able to add custom controls to that tab bar like menu button before tabs and some buttons after tabs - is it possible? Or can you implement it in the future?

  4. Also when i will set _background in my custom renderer i will loose minimize, maximize and close buttons - maybe this behaviour will need some revision too? Im not sure how much intentional is that and if it can be tweaked in some way.

Thx for any response.

astromediaonly avatar Dec 25 '19 10:12 astromediaonly