0

I have a form with a Toolstrip along the top. On this toolbar I have a toolstrip button which I've set the alignment to "Right" and it now appears on the far right of the toolstrip.

I now want to add a toolStripTextBox but when I right-click on it I don't get the option to align it. Am I missing something obvious?

GrandMasterFlush
  • 6,269
  • 19
  • 81
  • 104

1 Answers1

2

The Alignment property is available in the property grid, it just isn't available on the popup menu.

If you don't see the Properties window, type CTRL+W, P.

Igby Largeman
  • 16,495
  • 3
  • 60
  • 86