Remove Tabs when disconnect

This commit is contained in:
fabjuuuh
2020-10-14 14:35:14 +02:00
parent 3547207cad
commit af5dca25f4
9 changed files with 52 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
d:DesignHeight="450" d:DesignWidth="800">
<Grid>
<TabControl ItemsSource="{Binding Tabs}" SelectedItem="{Binding Selected}">
<TabControl TabStripPlacement="Left" ItemsSource="{Binding Tabs}" SelectedItem="{Binding Selected}">
<TabControl.ItemTemplate>
<DataTemplate>
<TextBlock Text="{Binding TabName}"/>