Using a status bar as a container for other controls has always been a problematic iffy when the form is sizable. You have to add code in the form's resize event to control something like what you are doing.
I use a TsPanel and set its SkinSection to STATUSBAR. Works perfectly and you cannot tell the difference.
Using a status bar as a container for other controls has always been a problematic iffy when the form is sizable. You have to add code in the form's resize event to control something like what you are doing.
I use a TsPanel and set its SkinSection to STATUSBAR. Works perfectly and you cannot tell the difference.