System.ObjectDisposedException: 'Cannot access a disposed object.
Object name: 'Microsoft.Maui.Platform.ContentViewGroup'.'
while navigating from one view to another view app is crashing with the above exception
<cv:CarouselViewControl x:Name="carouselView"
BindingContext="{Binding .}" VerticalOptions="FillAndExpand"
HorizontalOptions="FillAndExpand" Grid.Row="0" IsSwipeEnabled="false">
<cv:CarouselViewControl.ItemsSource>
<x:Array Type="{x:Type View}">
<dwviews:DrawingView/>
<wbsviews:WBSNodeView BindingContext="{Binding WBSDetailsViewModel}" />
<Frame Padding="0" Margin="0" BackgroundColor="Transparent">
<dgViews:MasterDatagridView BindingContext="{Binding SMasterDatagridViewModel}"></dgViews:MasterDatagridView>
</Frame>
</x:Array>
</cv:CarouselViewControl.ItemsSource>
</cv:CarouselViewControl>
System.ObjectDisposedException: 'Cannot access a disposed object.
Object name: 'Microsoft.Maui.Platform.ContentViewGroup'.'
while navigating from one view to another view app is crashing with the above exception
<cv:CarouselViewControl x:Name="carouselView"
BindingContext="{Binding .}" VerticalOptions="FillAndExpand"
HorizontalOptions="FillAndExpand" Grid.Row="0" IsSwipeEnabled="false">
</cv:CarouselViewControl>