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 28, 2025. It is now read-only.
Have a bit of a styling issue related to the underlying Xaml TextBox of UITextField. I'm not sure if this is inherent with TextBox but the text is always drawn with an apparent top vertical alignment e.g. screenshots from the WOCCatalog app:
Sometimes this works visually (and there are a few things that can be done to mitigate this issue and make the apparent vertical alignment fit with an app's design). But it would be nice if there was a way to adjust this.
The obvious fix - to try setting VerticalAlignmentCenter when the Xaml TextBox is loaded seems to have no effect (also didn't witness a change when using WXVerticalAlignmentBottom):
Have a bit of a styling issue related to the underlying Xaml TextBox of UITextField. I'm not sure if this is inherent with TextBox but the text is always drawn with an apparent top vertical alignment e.g. screenshots from the WOCCatalog app:
Sometimes this works visually (and there are a few things that can be done to mitigate this issue and make the apparent vertical alignment fit with an app's design). But it would be nice if there was a way to adjust this.
The obvious fix - to try setting
VerticalAlignmentCenterwhen the Xaml TextBox is loaded seems to have no effect (also didn't witness a change when usingWXVerticalAlignmentBottom):