We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Opening the VCL Demo project you can test how to Resize Icons.
Using the slider at bottom-left of the Main form, you can resize in realtime all the icons used in the Demo.
The only method used is:
IconFontsImageList.Size := TrackBar.Position;
The imagelist redraw all the Icons with perfect rescaling!