Update CustomGrid.cs
This commit is contained in:
Родитель
66d3260ef7
Коммит
9f8c5a9c58
|
@ -70,7 +70,7 @@ namespace GridDemo
|
||||||
AffectsParentMeasure<CustomGrid>(ColumnDefinitionsSourceProperty, RowDefinitionsSourceProperty);
|
AffectsParentMeasure<CustomGrid>(ColumnDefinitionsSourceProperty, RowDefinitionsSourceProperty);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void InvalidateDefinitions()
|
public void InvalidateDefinitions()
|
||||||
{
|
{
|
||||||
if (ColumnDefinitionsSource is not null && RowDefinitionsSource is not null)
|
if (ColumnDefinitionsSource is not null && RowDefinitionsSource is not null)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче