Can you share a screenshot to see how it looks on your 4K screenRinzwind wrote: Thu Sep 02, 2021 5:55 am Is it me, or is the (demo) designer itself not DPI aware? Things are fuzzy on my 125% 4K screen (Windows 10).
I am also on windows 10 with 125% scaling by default. Windows 10 handles it as a zoom (DPIrate=1.0) and the display is good here, I don't get that blur!
What do you really mean by anchoring a button to sides of the form or other control?Rinzwind wrote: Thu Sep 02, 2021 5:55 am I do not see a way to anchor a button to sides of the form or other control?
To have the possibility of docking them at the bottom and/or right of the window when resizing. They are by default docked at the top and left.
This would be for the code generation only with a "ResizeGadgetsWindow" procedure.
At Design time, you can possibly use the Lock property of each Gadget or use the Group button to group multiple gadgets and thus have them anchored to each other.