Disable all day items control due to memory leak.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user