This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
Avalonia
mirror of
https://github.com/AvaloniaUI/Avalonia.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix issue:
#3141
when col/row are added grid trigger layout update
Andrey Kunchev
6 years ago
parent
fe4866d763
commit
acf0d42a81
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/Avalonia.Controls/DefinitionBase.cs
+ 2
- 0
src/Avalonia.Controls/DefinitionBase.cs
View File
@@ -50,6 +50,8 @@ namespace Avalonia.Controls
}
}
}
+
+ Parent?.InvalidateMeasure();
}
/// <summary>