Currently it is possible to custom style the add tab button, but the size is hardcoded to new Size(20, 12). Line 111 in ChromeTabPanel.cs.
I added properties AddButtonWidth and AddButtonHeight to ChromeTabControl.cs, but my skills are kinda lacking to get this to work inside the ChromeTabPanel.cs.
You have some pointers how to update the _addButtonSize property inside ChromeTabPanel.cs when the width or height is set from xaml?
Currently it is possible to custom style the add tab button, but the size is hardcoded to
new Size(20, 12)
. Line 111 inChromeTabPanel.cs
.I added properties
AddButtonWidth
andAddButtonHeight
toChromeTabControl.cs
, but my skills are kinda lacking to get this to work inside theChromeTabPanel.cs
.You have some pointers how to update the
_addButtonSize
property insideChromeTabPanel.cs
when the width or height is set from xaml?