I'm trying to get roughly the same rowheigh in a db grid
I do this by
DBGridDaten.AutoSizeCells(True, 4, 4);
Result without boolean:
Result with Boolean Checkboxes:
How can I minimize the difference? Is the difference a bug or a feature?
Björn
I'm trying to get roughly the same rowheigh in a db grid
I do this by
DBGridDaten.AutoSizeCells(True, 4, 4);
Result without boolean:
Result with Boolean Checkboxes:
How can I minimize the difference? Is the difference a bug or a feature?
Björn
I understand this relates to the height of the row?
What Delphi version is this and is there high DPI involved? Is this also the latest version of TMS VCL UI Pack?
Yes, same code for settings of grid.
Latest delphi 12 and latest TMS VCL UI Pack (13.1.12).
Screenshots are not from 4k display.
It's 1920x1200 100% scaling windows 11.
We traced & solved this issue. The next update will address this.
Works now. Thank you!