egorozh/Tabalonia

Add the ability to hide the "+" (new tab) button

Closed this issue · 2 comments

There should be a property to hide the "+" (new tab) button

I'll do it soon)

Added property "ShowDefaultAddButton" in 0.9.10 version:

<controls:TabsControl ItemsSource="{Binding TabItems}"
                      NewItemFactory="{Binding NewItemFactory}"
                      FixedHeaderCount="1"
                      ShowDefaultAddButton="False"
                      ShowDefaultCloseButton="True">