|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Changing control's visibility does not rearrange docked controlsI have two controls on a form.
The first is Dock top and the second is dock Fill When the first changes from not visible to visible the second does not move down. That is the top of the one that is Dock Fill is covered by the one that is Dock Top. Is there a way to fix that? thanks After .Visible = true, you could try
<Control>.SendToBack or <Control>.BringToFront either one should do the gig.. Vijay Show quoteHide quote " Netter" <netterNOSPAM@a-znet.com> wrote in message news:u2sgdooXGHA.3604@TK2MSFTNGP02.phx.gbl... >I have two controls on a form. > > The first is Dock top and the second is dock Fill > > When the first changes from not visible to visible the second does not > move down. That is the top of the one that is Dock Fill is covered by the > one that is Dock Top. > > Is there a way to fix that? > > > thanks > > > > "Vijay" <vi***@msdiscussions.com> wrote in message Doesn't matter if I send to the back or the front?news:uHvYztoXGHA.1192@TK2MSFTNGP03.phx.gbl... > After .Visible = true, you could try > <Control>.SendToBack or <Control>.BringToFront > either one should do the gig.. > A little hard to understand. Thanks, I'll try it now. Show quoteHide quote > Vijay > > " Netter" <netterNOSPAM@a-znet.com> wrote in message > news:u2sgdooXGHA.3604@TK2MSFTNGP02.phx.gbl... >>I have two controls on a form. >> >> The first is Dock top and the second is dock Fill >> >> When the first changes from not visible to visible the second does not >> move down. That is the top of the one that is Dock Fill is covered by the >> one that is Dock Top. >> >> Is there a way to fix that? >> >> >> thanks >> >> >> >> > >
Why does Replace return Nothing???
VC6 ATL DLL interop with VB.NET All the king's horses and all the king's men....... How do I determine if a control has a specific property i need timer interval more than 1 Minute. Should I use XML as a database for a standalone app? Mail attachment from memory Class Inheritance string value to new form instance? Determine if a File exists |
|||||||||||||||||||||||