TDBAdvToolBarButton High-DPI Issue

I notice that the standard TDBAdvToolBarButtons do not scale up at W10 display scale values higher than the recommended value (100%) in Delphi 10.3.3 Rio. Using TDBAdvToolBarButtons Version 6.7.1.6.

Andrew

Well, I can overcome this problem by using png images from a TVirtualImageList in the TDBAdvToolBarButtons. The standard TDBAdvToolBarButtons images are not great anyway as it happens, so this is not an issue for me.

Built-in glyphs are fixed size, so using imagelist based images that can adapt to high DPI is the best solution indeed.