FilterDropDown issue on Width with Delphi12

Hello,
I'm using TAdvStringGrid and the FilterDropDown functionnality.
I have upgraded from DelphiXE10 to Delphi12, and upgraded also the TMS VCL UI Pack to the latest version.
I have an issue with the Width of the FilterDropDown.
I'm using the FilterDropDown.AutoSize := True; and FilterDropDown.ColumnWidth := False;

On the DelphiXE10 version, the width is correct :
EndDate_D10
NetToPay_D10

But on the Delphi12 version, the width is not correct on some columns :
EndDate_D12
NetToPay_D12

I have trying some changes on the DPI options on the project, but all is failed.

Do you have an idea of what can causes this issue ?

Thank you

I could not see this issue here yet.
So, you tried with high DPI off at project level?

Hi Bruno,
Yes, I have tried with all options for High DPI at project level.
By default, it is off on the project.
And there is no change with all options, I have always the same result.

Could you isolate this and send a sample source project + exact steps with which we can reproduce this, as so far, we could not see this problem here.

Hi Bruno,
I just made the last VCL UI Pack update (13.1.7.2), and now the issue is corrected :slight_smile:
No change from my side, it is just working as before now.
Have a good day

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.