Resizable right to left windows form
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have made a windows. added toolStripContainer and added a Menustrip and toolstrip to the Toppanel and added a statusstrip to bottom panel of StripContainer. Then I set the Dock property of toolstripContainer to Fill. and set the Anchor property of toolstrip to Top,Right. Now my problem is Just the toolstrip. When I resize my form the Statusbar and Menu just work fine but the toolstrip stays in its original place. Any Ideas?