Improved infinite layout debugging experience

This commit is contained in:
Marcin Ziąbek
2021-09-07 00:32:51 +02:00
parent 5e7f2a3adf
commit 6a3bfd855e
25 changed files with 343 additions and 225 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ namespace QuestPDF.Examples
{
grid.Spacing(15);
grid.Item().Background(Colors.Grey.Medium).Height(50);
grid.Item().Background(Colors.Grey.Lighten1).Height(1000); // <-- problem
grid.Item().Background(Colors.Grey.Medium).Text(Placeholders.LoremIpsum());
grid.Item().DebugPointer("Test").Background(Colors.Grey.Lighten1).Height(1000); // <-- problem
grid.Item().Background(Colors.Grey.Lighten2).Height(150);
});
});