regarding windows forms layout

Dear All,

Is there any design guidlines to implement standard layout in windows form, I want to implement resizing/relocation of controls according to the form size. I'v tried few solutions my self but its preety difficult to control them, i'v tried using infragistic's layout managers. Plz advise

regards
faraz


Answer this question

regarding windows forms layout

  • hivesoft

    Salam

    Do you mean that you want management of controls, i think you can manage controls by using Panels



  • fmardani

    Can any budy reply plz

  • wky

    Salam

    You can do this by using the ANCHOR property of the control. Your control will Resize/Relocate itself according to the form size.

    Hope this might help you.


  • A fok

    thanks for the reply.. but ofcourse i'v used Anchor property to resize controls.. actually i'm looking for some sort of framework/design guidelines to properly manage the layouts as my GUI is a complex one with controls located in multiple columns etc.

    regards
    faraz

  • New Man

    If you are using 2.0, try the TableLayoutPanel

  • regarding windows forms layout