|
-
Jun 20th, 2005, 10:30 PM
#1
Thread Starter
Fanatic Member
Simple question
Hye guyz,
what is the difference between Flow layout panel and Grid layout panel?
thx in advance
-
Jun 20th, 2005, 11:58 PM
#2
Junior Member
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.
-
Jun 21st, 2005, 02:20 AM
#3
Re: Simple question
It is better to use FlowLayout, keep that in mind too.
-
Jun 21st, 2005, 03:42 AM
#4
Lively Member
Re: Simple question
please use flow layout, because you will get what you code for flow layout.
-
Jun 21st, 2005, 07:13 PM
#5
Member
Re: Simple question
this is all sounding very java-esce
-
Jun 21st, 2005, 07:25 PM
#6
Thread Starter
Fanatic Member
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??
-
Jun 21st, 2005, 07:31 PM
#7
Re: Simple question
Use tables without borders and no cellspacing/cellpadding to align and place your elements.
-
Jun 21st, 2005, 07:32 PM
#8
Re: Simple question
 Originally Posted by CommanderEl
this is all sounding very java-esce
Eh? Me no understando.
-
Jun 21st, 2005, 08:07 PM
#9
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|