dock fill control with a menustrip

R

Rotsey

Hi,

When you have a control on a form with Dock.Fill and you
also have a menustrip, the top of the control is
under the menustrip.

Is this by design?

How are you supposed to handle this, poistion it yourself???

I want to also by able to hide/show the menu and have the control
be postion accordingly to fill the form

Am i being a bit ambitious?

rotsey
 
M

Marc Gravell

Is this by design?
How are you supposed to handle this, poistion it yourself???
Right-click on the menu-strip and "send to back"; the order is
important with docking
I want to also by able to hide/show the menu and have the control
be postion accordingly to fill the form
Set .Visible (after doing the above) and it should be fine

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top