-
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
fix: TabBar Selection Indicator adapts to collapsed items #491
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-491.eastus2.azurestaticapps.net |
src/Uno.Toolkit.RuntimeTests/Helpers/UnitTestUIContentHelperEx.cs
Outdated
Show resolved
Hide resolved
src/Uno.Toolkit.UI/Controls/TabBar/TabBarSelectionIndicatorPresenter.cs
Outdated
Show resolved
Hide resolved
i felt like one day, we will run into problem with two XyzExtensions classes (xaml attached property vs c# extensions method) in the same namespace |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-491.eastus2.azurestaticapps.net |
2 similar comments
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-491.eastus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-491.eastus2.azurestaticapps.net |
3484a7b
to
30d7487
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-491.eastus2.azurestaticapps.net |
2 similar comments
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-491.eastus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-491.eastus2.azurestaticapps.net |
e82c2b2
to
4370de8
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-491.eastus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-491.eastus2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-491.eastus2.azurestaticapps.net |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-491.eastus2.azurestaticapps.net |
closes #495
TabBarSelectionIndicatorPresenter needs to change MaxSize of the indicator when items in the list are Visibility.Collapsed
PR Type
What kind of change does this PR introduce?