On Wed, Sep 19, 2018 at 3:29 PM gabor via Lazarus <lazarus at lists.lazarus-ide.org> wrote: > How to properly create a control with step-size adjustment? You can override procedures CalculatePreferredSize and GetPreferredSize, defined in TControl. TWinControl has more virtual methods that you should check out. Juha