Results 1 to 9 of 9

Thread: Simple question

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2004
    Posts
    610

    Simple question

    Hye guyz,

    what is the difference between Flow layout panel and Grid layout panel?

    thx in advance

  2. #2
    Junior Member Sami Antero's Avatar
    Join Date
    Jun 2005
    Location
    Helsinki, Finland
    Posts
    16

    Re: Simple question

    Hi! The flowlayout works in asp.net quite the same way as the 'traditional' html layout. When added to a page a control assumes the upmost left position possible. Sequential conrols are placed in a similar way. Flow layout has no dynamic positioning. Gridlayout on the other hand uses dynamical positioning, meaning that a control can be placed anywhere in the page. Here's a link that I hope will help you : http://msdn.microsoft.com/library/de...inwebpages.asp

    tsami
    Sami Antero
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    no smileys, no funky certificates. Sorry.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Simple question

    It is better to use FlowLayout, keep that in mind too.

  4. #4
    Lively Member
    Join Date
    May 2004
    Location
    malaysia
    Posts
    89

    Re: Simple question

    please use flow layout, because you will get what you code for flow layout.

  5. #5
    Member CommanderEl's Avatar
    Join Date
    Feb 2005
    Location
    Adelaide, Australia
    Posts
    40

    Re: Simple question

    this is all sounding very java-esce

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2004
    Posts
    610

    Re: Simple question

    hmm
    the problem with flowlayout is.. i am not able to design properly..

    so should i design using grid layout then after that code in flow layout??

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Simple question

    Use tables without borders and no cellspacing/cellpadding to align and place your elements.

  8. #8
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Simple question

    Quote Originally Posted by CommanderEl
    this is all sounding very java-esce
    Eh? Me no understando.

  9. #9
    Member CommanderEl's Avatar
    Join Date
    Feb 2005
    Location
    Adelaide, Australia
    Posts
    40

    Re: Simple question

    my first exposure (am a young software engineer) to layouts were with java boarder/grid/flow layouts where everything was really hard to place on the screen, often layouts within layouts within layouts etc... just to get a button to stay in the bottom right corner of the interface. i had really bad experiences

    i guess my comment was unsubstaciated but i had to say something

    everything is a lot easier to do in vb compared with java ....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width