Fill not render space (Render engine, Border)

This commit is contained in:
2023-08-17 15:55:00 +02:00
parent 92726f1af9
commit df4fe93c81
17 changed files with 373 additions and 146 deletions

View File

@@ -162,6 +162,8 @@ public sealed partial class ItemsControl<TDataContext, TItem>
? childSize.Height
: childSize.Width;
}
// TODO: clean non used space
return neededRerender;
}