-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
TabBar nests TabBarItems when being set as ItemTemplate's root #1129
Comments
ChipGroup\Chip suffers the same problem Both ChipGroup and TabBar inherits from ItemsControl, and both override GetContainerForItemOverride+IsItemItsOwnContainerOverride. That said, ListView and ListViewItem works... both on Windows and Uno somehow... |
Something similar at #1256 |
@iurycarlos is this blocking for your work on the project? We may want to prioritize this one |
It is blocking just a detail in UI. |
@Darsh0307 Could you please verify? |
With the following XAML
We should be seeing this:
Instead, we are seeing that that TabBar now contains TabBarItems that contain the red TabBarItem as it's content:
The text was updated successfully, but these errors were encountered: