Update CustomGrid.cs
This commit is contained in:
Родитель
b387ffa726
Коммит
0c8478a842
|
@ -1,3 +1,4 @@
|
|||
using System.Collections.Specialized;
|
||||
using System.Linq;
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
|
@ -54,6 +55,9 @@ namespace GridDemo
|
|||
RowDefinitions.Clear();
|
||||
RowDefinitions.AddRange(rows);
|
||||
|
||||
// HACK
|
||||
ChildrenChanged(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
|
||||
|
||||
InvalidateMeasure();
|
||||
InvalidateArrange();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче