The new Property DefaultItemHeight doesn't work.
If set to true, the value isn't stored in dfm.
On the next load, only the ItemHeigth-Property is restore from dfm and property is set to false.
This causes too small ItemHeight on Systems with "Big Fonts"/HighDPI-Settings :-(
Remove default-Value or avoid writing of ItemHeight in case of DefaultItemHeight=True.
Comments
i think, in this case, you have to restore TElListBox as this property is set to true.
This will also have to be modified to work korrect with big fonts.
For new forms, its ok.
For old, it loads ItemHeigth out of the dfm and sets DfeaultItemHeight to false.
And with this, the heigth is too smal for high-dpi :-(
Now i have the problem that with this new property i have to open all form in IDE, sest DefaultItemHeight to true and save it.
And I have more than 100 Forms to change.
And all of the other user of ElPack doesn't know that the have to open the files and save it with DefaultItemHeigth = True.
They wil get informed from there customer that the new version doen't work on High-DPI-PCs any more