You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve ButtonPopup accessibility and code formatting
Refactored the `VerticalStackLayout.Resources` section in
`ButtonPopup.xaml` for better readability and consistency.
Added a `Loaded` event handler (`Label_Loaded`) to the `Label`
with the `Title` style to set semantic focus on load, enhancing
accessibility. Implemented the `Label_Loaded` method in
`ButtonPopup.xaml.cs` to handle this functionality.
<LabelStyle="{StaticResource Content}"Text="This is a platform specific popup with a .NET MAUI View being rendered. The behaviors of the popup will confirm to 100% this platform look and feel, but still allows you to use your .NET MAUI controls." />
<LabelStyle="{StaticResource Content}"Text="This is a platform specific popup with a .NET MAUI View being rendered. The behaviors of the popup will confirm to 100% this platform look and feel, but still allows you to use your .NET MAUI controls." />
0 commit comments