Home General

RB22 Custom Preview Toolbar Width

Hi,

in D12/RB22, the toolbar in the preview form doesn't span across the screen but ends shortly after the "Close" button.

I want to add a few buttons, but they don't fit.

I tried things like

Toolbar.Align := alClient;
or
Toolbar.Width := Toolbar.Parent.Width;
or
Toolbar.AutoResize := false;
Toolbar.Width := 3000;

but that doesn't work. I need a hint.

Thanks in advance!

Comments

  • I'm very sorry, that was my own stupidity.

    I was using an old template for a custom preview form, and that has - for whatever reason - an onResize event with a fixed size.

    Can be closed/deleted. Thanks.
Sign In or Register to comment.