Removed ContentSize setter, replaced with SetContentSize

This commit is contained in:
Tig
2024-05-13 13:42:14 -06:00
parent 7786938eb9
commit 36b9171276
21 changed files with 145 additions and 78 deletions

View File

@@ -470,7 +470,7 @@ public class FindDeepestViewTests ()
subview.Padding.Thickness = new (1);
// Scroll the subview
subview.ContentSize = new Size (10, 10);
subview.SetContentSize (new (10, 10));
subview.Viewport = subview.Viewport with { Location = new (1, 1) };
// This subview will be at the bottom-right-corner of subview