Hi
When you add an additional component to the grid layout an additional column will be added.So in your question by default you have 2 rows 2 columns..so it will be something like
button1 button2
button3 button4
Now when you add an additional button,what happens(???) you will have an addtional column,so now we have 2 rows 3 columns,so now how do you think the buttons will adjust themselves
button1 button2 button3
button4 button5
So whats your answer now
Surya
[This message has been edited by Surya B (edited August 29, 2000).]