Hello,
I can reproduce this issue in my side with your nuget package version.
Please update Microsoft.Maui.Controls 9.0.14 and Microsoft.Maui.Controls.Compatibility 9.0.14
Then open your.csproj file. Update .NET version to 9.0, if I click on the yellow background after focusing the 16th entry, 1st entry will not be focused.
<PropertyGroup>
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
By the way, after updating nuget package version and csproj file, please clean the project and rebuild it.
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.