When using a TabControl within a CollectionView ItemTemplate the TabControl throws an exception in the "ForceSelection" function. This was working in a previous version of GrialKit package.
Description
Adding SelectedItem="tab 1" to the tabControl stops the exception from being thrown, but the control is still not working as expected.
Adding the Control directly to the Content of the content page the TabControll is shown correctly but this is not the desired behaviour for my use case.
When using a TabControl within a CollectionView ItemTemplate the TabControl throws an exception in the "ForceSelection" function. This was working in a previous version of GrialKit package.
Description
Adding SelectedItem="tab 1" to the tabControl stops the exception from being thrown, but the control is still not working as expected.
Adding the Control directly to the Content of the content page the TabControll is shown correctly but this is not the desired behaviour for my use case.
Steps to Reproduce
Add this content as the content of a ContentPage
Expected Behavior
Actual Behavior
This error appears without the SelectedItem="tab 1"
With the added SelectedItem="tab 1" the view loads but the tabControl is non functional.
Basic Information
Version with issue (.NET Maui or Xamarin.Forms?):
IDE:
Platform Target Frameworks: .net8
Nuget Packages: UXDivers.GrialMaui 4.1.102
Affected Devices: iPhone 6s, iOS 15.8