Shorthand for RowDefinitions and ColumnDefinitions #483
Arlodotexe
started this conversation in
Ideas
Replies: 1 comment
-
This is already a feature in WinUI 3: microsoft/microsoft-ui-xaml#673 - Though not sure where the VS bug is for the tooling being broken, maybe a new one needs to be filed? Don't feel like we should polyfill just for UWP for this one, as convenient as it can be. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Creating Grid
RowDefinitions
andColumnDefinitions
in XAML can be quite verbose:Rather than type that out every time, we could create a shorthand that reduces this code to something like:
Beta Was this translation helpful? Give feedback.
All reactions