LucaCris

Results 32 comments of LucaCris

You need to permit "newspaper-like" flow: ![Screenshot 2024-05-15 140801](https://github.com/QuestPDF/QuestPDF/assets/50824617/233b180d-512c-4ae9-b444-676045df2f83) Boxes are totally free and movable.

> I understand your use case. What is your prediction about the usefulness of the newspaper-like flow? How many projects may benefit from this type of layout? Mine. 🤣 https://www.linkedin.com/in/luca-crisafulli/

This is a "one minute fix" (replicating @tomtom-m code). Please...

Correction, @bogdan-patraucean : `Orientation is Orientation.Horizontal ? child.Margin.Right + gap : child.Margin.Right` and the same for the other side...

> @LucaCris the idea is to place the spacing only when the orientation is set to that particular one, otherwise the default Margin can be applied, not viceversa. Just test...

> Any updates? Almost 4 years since this issue was opened... I'm testing WinUI3, but this kind of _unexpected behavior_ are annoying and discouraging for the adoption of this library....

Today I have the same problem: GridSplitter created in code behind is not visible and crash if app is in Run instead of Debug.

> Add following to your Project File > > ` 10.0.19041.38 ` .38 .... I prefer no tricks, thanks!

> Even if these "tricks" are part of the [release notes](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#c-project-changes-1)? > > These changes will be unnecesary when the newest .NET SDK is released. So wait to release all...

> @LucaCris That's funny because 1. it's not a trick or a workaround and 2. it qualifies you as a beginner. A professional would quickly google the solution and deal...