ToolStripItem alignment
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I create a simple form with a toolstrip and attach a ToolStripProgressBar to it. I want my progress bar to align from right to left, so I set the RightToLeft propery of the toolstrip to "NO", and set the Alignment property of progress bar to "RIGHT". But it doesn't work. And for whatever I change these properties, my progress bar is always align to the left. Can you help me with that? Thx alot.