Disable all day items control due to memory leak.

This commit is contained in:
Burak Kaan Köse
2024-12-31 14:28:37 +01:00
parent 64c556a337
commit 57d8fd7e10

View File

@@ -215,12 +215,14 @@
<StackPanel Grid.Column="1" HorizontalAlignment="Right" /> <StackPanel Grid.Column="1" HorizontalAlignment="Right" />
<!-- All-Day Events --> <!-- All-Day Events -->
<controls:AllDayItemsControl
<!-- TODO: This control leaks. -->
<!--<controls:AllDayItemsControl
Grid.Row="1" Grid.Row="1"
Grid.ColumnSpan="2" Grid.ColumnSpan="2"
AllDayEventTemplate="{StaticResource AllDayEventItemTemplate}" AllDayEventTemplate="{StaticResource AllDayEventItemTemplate}"
EventCollection="{Binding EventsCollection}" EventCollection="{Binding EventsCollection}"
RegularEventItemTemplate="{StaticResource CalendarItemViewModelItemTemplate}" /> RegularEventItemTemplate="{StaticResource CalendarItemViewModelItemTemplate}" />-->
</Grid> </Grid>
<VisualStateManager.VisualStateGroups> <VisualStateManager.VisualStateGroups>