Replies: 1 comment
-
"2 Auto" can't be used as that would be two columns: a fixed size column of 2 and one auto-sized column. Syntax could be something like I occasionally run into the problem myself, but typically I don't use more than 3-4 auto columns in a row. |
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.
-
Hello,
I am wondering if it is possible to simplify
RowDefinitions
, andColumnsDefinitions
resp., in such away that it is not necessary to type "Auto, Auto" but maybe "2 Auto".I have Grids with about 10 rows and typing "Auto" 10 times is a mess. Such a feature is not documented but maybe on a todo list? What could be a workaround?
Since these properties are not bindable I am not aware of any easy way to deal with
RowDefinitions="Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto"
Joachim
Beta Was this translation helpful? Give feedback.
All reactions