We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I failed to make TabbedPage work with Data Template. This thing worked in an earlier version of MAUI years ago.
<TabbedPage.ItemsSource> <x:Array Type="{x:Type x:String}"> <x:String>Home</x:String> <x:String>Settings</x:String> </x:Array> </TabbedPage.ItemsSource> <TabbedPage.ItemTemplate> <DataTemplate> <ContentPage Title="{Binding}"> <Label Text="{Binding}"/> </ContentPage> </DataTemplate> </TabbedPage.ItemTemplate>
https://github.com/ReneeGA2020/TabbedPageDataTemplateBug
9.0.21 SR2.1
Yes, this used to work in .NET MAUI
No response
Windows
The text was updated successfully, but these errors were encountered:
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
Sorry, something went wrong.
Duplicate of #14572
No branches or pull requests
Description
I failed to make TabbedPage work with Data Template.
This thing worked in an earlier version of MAUI years ago.
Steps to Reproduce
Result->Crash
Link to public reproduction project repository
https://github.com/ReneeGA2020/TabbedPageDataTemplateBug
Version with bug
9.0.21 SR2.1
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
No response
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: