views:

53

answers:

1

Column Image

please help. the following:

private GridLayout columnHeaderLayout = new GridLayout(7,1);

results in a vertical placement (image) instead of horizontal. what am i doing wrong?

thank you.

EDIT: just found out GridLayout takes in (row, then col) switched! this is very annoying!

A: 

just the way grid layout functions!

iEisenhower