Skip to content

Inline Row/ColumnDefinitions with bindings possible? #18983

Answered by stevemonaco
theoractice asked this question in Q&A
Discussion options

You must be logged in to vote

Not today. These things work through a duck-typed static T Parse(...) method that allows the type to be parsed in XAML from a string (without any type of converter). See:

public static ColumnDefinitions Parse(string s) => new ColumnDefinitions(s);

While lists can be parsed, bindings are complex and would need to go through compiled bindings. That capability doesn't exist today.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by theoractice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants