|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Flow layout possible?I have user controls that I'm going to place on the form. There could be
from 0 - 20. I want the user to be able to resize the window and have the controls relocate automatically, but like FLOW LAYOUT in ASP.NET. Any idea how I can do this in VB.NET 2005, the latest version? Thanks! I just found the flow layout control. I think this will do.
How do I add a user control dynamically but have it CONTAINED within the flow control? Here's how I'm adding the user control... Controls.Add(MyUserControl) Thanks! Show quoteHide quote "VB Programmer" <d***@emailme.com> wrote in message news:ulslUQZFGHA.3308@TK2MSFTNGP10.phx.gbl... >I have user controls that I'm going to place on the form. There could be >from 0 - 20. I want the user to be able to resize the window and have the >controls relocate automatically, but like FLOW LAYOUT in ASP.NET. Any idea >how I can do this in VB.NET 2005, the latest version? > > Thanks! > MyFlowPanel.Controls.Add(MyUserControl)
:) Thanks everyone!Show quoteHide quote "VB Programmer" <d***@emailme.com> wrote in message news:ODGYQYZFGHA.1424@TK2MSFTNGP12.phx.gbl... >I just found the flow layout control. I think this will do. > > How do I add a user control dynamically but have it CONTAINED within the > flow control? Here's how I'm adding the user control... > > Controls.Add(MyUserControl) > > Thanks! > > "VB Programmer" <d***@emailme.com> wrote in message > news:ulslUQZFGHA.3308@TK2MSFTNGP10.phx.gbl... >>I have user controls that I'm going to place on the form. There could be >>from 0 - 20. I want the user to be able to resize the window and have the >>controls relocate automatically, but like FLOW LAYOUT in ASP.NET. Any >>idea how I can do this in VB.NET 2005, the latest version? >> >> Thanks! >> > > VB Programmer wrote:
> Glad we could help! I don't know what you would have done without us!> Thanks everyone! > Show quoteHide quote :) Haha...
Show quoteHide quote "Chris Dunaway" <dunaw***@gmail.com> wrote in message news:1136901545.248317.110060@g44g2000cwa.googlegroups.com... > VB Programmer wrote: >> >> Thanks everyone! >> > Glad we could help! I don't know what you would have done without us! > :) >
VB2005 - Stop User from Leaving Row in DataGridView
vs2005 - Why all the errors? yet the code works. Foreign Characters in XML Cell validating event problem. Multiple columns in Combobox list ObjectContext problem What version of SQL Server can I install in my Windows XP PC and.. Migration of MSFLEXGRID to DATAGRID in vb.net... Insert Column in Excel in VB .NET Old value of a datagridview combobox cell |
|||||||||||||||||||||||