By using dock property it would be docked to its parent control. But I dont want one panel to overlap other panel.
Regards, Shra On Thu, Mar 19, 2009 at 7:28 AM, David Shen <[email protected]>wrote: > > On Wed, Mar 18, 2009 at 9:35 PM, Shraddha rashinkar > <[email protected]> wrote: > > Hi, > > > > I want to move panels like igoogle site on windows form in vb.net. > > > > I can make them moveable but the problem is when I move panel1 on panel2, > it > > overlaps the panel2 . > > > > Instead, I want the panel2 to move downwards and arrange it in order. > Please > > check igoogle site, where we can move panels easily as required. > > > > Thank u > > Shra > > Maybe you can try to set the dock property. > > -- > Best Regards, > David Shen >
