[SOLVED] ToolBar Button Alignment

Answered
0
0

Hi wisej,

I have a Toolbar and 2 ToolbarButtons.

one on Left and one on Right in the toolbar.

in winform I can use  Alignment = System.Windows.Forms.ToolStripItemAlignment.Left and .Alignment = System.Windows.Forms.ToolStripItemAlignment.Right.

How to do it in wisej framework?

Thank you.

Attachment
  • You must to post comments
Best Answer
0
0

Hi Huynh,

you can try adding a ToolBarButton with Style “Separator” and SizeMode “Fill”
between your 2 existing ToolbarButtons.

Hope that helps.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.