Jump to content

Vertical Toolbar?


tappatappa

Recommended Posts

I need to align my TUniToolBar to the left of the form. Align=alLeft does that, but the buttons stay horizontal, they are not organized in a column. How do you do that?

 

Bonus: is it possible to do something like that with a TUniMainMenu?

Link to comment
Share on other sites

  • 6 months later...

Hi,

 

Can you try this approach for now ?!:

 

1. UniToolBar1 -> Align -> alLeft

 

2. MainForm -> onCreate:

procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  UniToolBar1.JSInterface.JSConfig('dock', ['left']);
end;

Best regards.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...