Skip to content
Discussion options

You must be logged in to vote

TableView doesn't support IL trimming for the columns except the template column. The reason is other columns use traditional binding to work and these binding doesn't support IL trimming or native AOT. When you use template column you define a display element with x:Bind and it works when you compile with aot. Template columns cannot inherit any kind of display or editing element styles from other columns and they never should.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@karmeye
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by karmeye
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