Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Grid update issue #627

Merged

Conversation

TimLariviere
Copy link
Member

Fixes #622

The problem was that updating the attached properties (Row, Column) before updating RowDefinitions/ColumnDefinitions lead to an invalid layout.
To fix this, I moved the update of the attached properties after updating rowdefs/coldefs.

Also rowdefs/coldefs can't be null so I set a valid default value for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

View.Grid content not updating correctly
1 participant