GUI begin vertical, to go Up

Hi.

ATM beginVertical adds new buttons/stuff from up-down, is there anyway to add them down-up?
Also, is there any way to lock a button/stuff, so it wont get affected by automatic layout?
Thanks.

I don’t think there is a way to get the BeginVertical to go backwards, but you can use the GUI class to define where buttons should be placed and the automatic layout wont effect it… Look at this link Unity - Scripting API: GUI.Button