menustrip on form resize

  • Thread starter Thread starter sudhaoncyberworld
  • Start date Start date
S

sudhaoncyberworld

Hi Techies,

I am using menustrip on my windows application, i have created user
control as header control for all forms. Inside that header control i
have menustrip.

While resizing the form,some of the menu is getting disappeared. For
that menustrip should show the >> button like all other windows
application, to see all those hidden menus.

How can we do this.

Thanx
 
Hi all

Instead of menustrip i used toolstrip, and it is working.

Since i have put this menu in a separate control form resize event is
not affecting the toolstrip menu

any suggestion
 
Back
Top