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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
I have few controls next to each other In horizontal stack layout. Few at the start, one at the end.
When I set AutomationProperties.SetHelpText(); to button, button grows in width, sometimes even off screen.
Also adding AutomationProperties to Switch causes to string appear as label next to the control....
In iOS no such behavior occurs.
Steps to Reproduce
Create Switch
Set AutomationProperties.SetName();
UI gets blown up
??
Try not to cry. Cry a lot.
Expected Behavior
AutomationProperties should just change text for voice over...
Actual Behavior
Controls grow in width, labels appear
Basic Information
Version with issue: 3.1.0.583944
Last known good version:
IDE: VS for Mac
Platform Target Frameworks:
iOS: 11.4
Android: 27
Android Support Library Version: v7
The text was updated successfully, but these errors were encountered:
Description
I have few controls next to each other In horizontal stack layout. Few at the start, one at the end.
When I set AutomationProperties.SetHelpText(); to button, button grows in width, sometimes even off screen.
Also adding AutomationProperties to Switch causes to string appear as label next to the control....
In iOS no such behavior occurs.
Steps to Reproduce
Expected Behavior
AutomationProperties should just change text for voice over...
Actual Behavior
Controls grow in width, labels appear
Basic Information
The text was updated successfully, but these errors were encountered: