|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How best create Windows form for dragging bigger/smaller?What is the best way to structure my Windows form so that when it is dragged
bigger (i.e. maximized) or smaller, the controls will reorganize themselves "properly"? Assume I have 4 logical sections of controls. Do I create 4 panels and dock them a certain way? I'm just looking for the most normal/best practice. Thanks very much, Ron "Ronald S. Cook" <rc***@westinis.com> wrote in message Use Anchor or Dock appropriately. If that isn't enough, code it.news:e%23%23$MYoPGHA.564@TK2MSFTNGP10.phx.gbl... > What is the best way to structure my Windows form so that when it is > dragged bigger (i.e. maximized) or smaller, the controls will reorganize > themselves "properly"? Show quoteHide quote > Assume I have 4 logical sections of controls. Do I create 4 panels and > dock them a certain way? I'm just looking for the most normal/best > practice. "Ronald S. Cook" <rc***@westinis.com> schrieb: First, take a look at the controls' 'Dock' and 'Anchor' properties.> What is the best way to structure my Windows form so that when it is > dragged bigger (i.e. maximized) or smaller, the controls will reorganize > themselves "properly"? If you are using .NET 2.0: Check out the FlowLayoutPanel and TableLayoutPanel controls, which are avialable on the "Containers" tab of VS 2005's toolbox. ..NET 1.0/1.1: Simple Layout Managers <URL:http://www.dotnet.jku.at/projects/slm/> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Pulling specific words from a string
Basic question Enumerate members of Administrators Group (AD) MenuItem.RadioCheck Radio Button Grouping in vb/VS 2005 Web service question update more than only the email with asp.net membership Namespace Question ... making a SOAP connection persist How to pass parameter? |
|||||||||||||||||||||||