diff --git a/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml.cs b/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml.cs
index ee893de17..6ef06881f 100644
--- a/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml.cs
+++ b/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml.cs
@@ -90,7 +90,7 @@ namespace BeWo.View.Controls.Wohnhilfe
}
else
{
- IsLarge = false;
+ //IsLarge = false;
}
}
}
diff --git a/BeWo/View/Detail/CustomerWohnhilfeView.xaml b/BeWo/View/Detail/CustomerWohnhilfeView.xaml
index b518e5001..b751827c7 100644
--- a/BeWo/View/Detail/CustomerWohnhilfeView.xaml
+++ b/BeWo/View/Detail/CustomerWohnhilfeView.xaml
@@ -56,7 +56,7 @@
- Groß
+ Groß
-->
+
+
diff --git a/BeWo/View/Detail/SupportConceptView.xaml.cs b/BeWo/View/Detail/SupportConceptView.xaml.cs
index eeae0282b..27aa9b09b 100644
--- a/BeWo/View/Detail/SupportConceptView.xaml.cs
+++ b/BeWo/View/Detail/SupportConceptView.xaml.cs
@@ -157,7 +157,7 @@ namespace BeWo.View.Detail
private void OnLoaded(object sender, RoutedEventArgs routedEventArgs)
{
- if (taskToEdit != null && ViewModel != null)
+ if (taskToEdit != null && ViewModel != null && ViewModel.Tasks != null)
{
tabitem_tasks.IsSelected = true;
diff --git a/BeWo/View/HilfeplanImportView.xaml b/BeWo/View/HilfeplanImportView.xaml
index 97ed2b212..f81375d0b 100644
--- a/BeWo/View/HilfeplanImportView.xaml
+++ b/BeWo/View/HilfeplanImportView.xaml
@@ -59,7 +59,7 @@
-
+
@@ -77,10 +77,10 @@
-
+ VirtualizingStackPanel.IsVirtualizing="False" >