|
@@ -79,6 +79,8 @@ namespace InABox.DynamicGrid
|
|
get => (bool)GetValue(CanCreateTabProperty);
|
|
get => (bool)GetValue(CanCreateTabProperty);
|
|
set => SetValue(CanCreateTabProperty, value);
|
|
set => SetValue(CanCreateTabProperty, value);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public DynamicTabItem? SelectedTab => (SelectedItem as DynamicTabItem)!;
|
|
|
|
|
|
static DynamicTabControl()
|
|
static DynamicTabControl()
|
|
{
|
|
{
|