PDA

View Full Version : Have buttons side-by-side on canvas


Seadna
01-20-2016, 02:48 AM
Hi folks,

Hope you can help as i cannot find how to do this in the documentation.

I have a canvas with a lot of buttons. When I add them they are always one above the other in a column which means I have a long list of buttons. This is not helpful when I want to have everything visible on my Oculus HMD. How can I arrange these buttons so that they are in rows, side-by-side?

Seadna
01-20-2016, 03:01 AM
Hi guys I figured this out. I added a vizdlg.Panel(layout=vizdlg.LAYOUT_HORZ_BOTTOM) and added my buttons to this.