WinForms Designer Grid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Water Cooler v2

    #1

    WinForms Designer Grid

    When you place controls on the Windows form, there's a grid of dots on
    the form that defines the drop/alignment matrix.

    In Visual Studio 6.0 Enterprise Edition, you could change the size of
    the grid by going to the Tool->Options->General and putting in a higher
    grid size so that you had better control of placing controls.

    I want to do the same thing in Visual Studio .NET 2003. I went to the
    Tools -> Options -> Windows Forms Designer -> General tab and changed
    the grid size but I didn't see any change.

    What's the way to do it? Thanks.

  • CT

    #2
    Re: WinForms Designer Grid

    That is the way to do it. There's a minimum size of 2 (IIRC), whihc I
    believe it reverts to if enter a lower value. Could that be your problem?

    --
    Carsten Thomsen
    Communities - http://community.integratedsolutions.dk
    ---------
    Voodoo Programming: Things programmers do that they know shouldn't work but
    they try anyway, and which sometimes actually work, such as recompiling
    everything. (Karl Lehenbauer)
    ---------
    "Water Cooler v2" <wtr_clr@yahoo. com> wrote in message
    news:1150715366 .829161.210320@ i40g2000cwc.goo glegroups.com.. .[color=blue]
    > When you place controls on the Windows form, there's a grid of dots on
    > the form that defines the drop/alignment matrix.
    >
    > In Visual Studio 6.0 Enterprise Edition, you could change the size of
    > the grid by going to the Tool->Options->General and putting in a higher
    > grid size so that you had better control of placing controls.
    >
    > I want to do the same thing in Visual Studio .NET 2003. I went to the
    > Tools -> Options -> Windows Forms Designer -> General tab and changed
    > the grid size but I didn't see any change.
    >
    > What's the way to do it? Thanks.
    >[/color]


    Comment

    • Water Cooler v2

      #3
      Re: WinForms Designer Grid


      CT wrote:[color=blue]
      > That is the way to do it. There's a minimum size of 2 (IIRC), whihc I
      > believe it reverts to if enter a lower value. Could that be your problem?
      >
      > --
      > Carsten Thomsen[/color]


      Oh! I see! I've done it right. I notice, however, that it applies the
      formatting only to forms I add into the project later. It does not
      change the grid size for my first form, which was added to the project
      prior to the change.

      Comment

      • Peter Proost

        #4
        Re: WinForms Designer Grid

        Indeed, it only applies to new forms, if you want to change it for an
        existing form, you can change it in the form's property window. Look for the
        grid property

        Hope this helps

        Peter

        --
        Programming today is a race between software engineers striving to build
        bigger and better idiot-proof programs, and the Universe trying to produce
        bigger and better idiots. So far, the Universe is winning. (Rich Cook)

        "Water Cooler v2" <wtr_clr@yahoo. com> schreef in bericht
        news:1150717467 .176834.299850@ p79g2000cwp.goo glegroups.com.. .[color=blue]
        >
        > CT wrote:[color=green]
        > > That is the way to do it. There's a minimum size of 2 (IIRC), whihc I
        > > believe it reverts to if enter a lower value. Could that be your[/color][/color]
        problem?[color=blue][color=green]
        > >
        > > --
        > > Carsten Thomsen[/color]
        >
        >
        > Oh! I see! I've done it right. I notice, however, that it applies the
        > formatting only to forms I add into the project later. It does not
        > change the grid size for my first form, which was added to the project
        > prior to the change.
        >[/color]


        Comment

        Working...