03-12-2021, 06:37 PM
(03-12-2021, 04:52 PM)microSOLUTIONS Wrote: Try to render the button's size. It's width is 0px.
You can set it design or runtime:
IWImageButton1.StyleRenderOptions.RenderSize := True;
I checked IWImageButton1.StyleRenderOptions.RenderSize: = True;
Thank you dear friend! Your tip helped. Now the buttons behave as I expected.

