Am 13.11.2011 13:50, schrieb Randy Millner:
> gambas2.23
>
> I can right align the column data in the tableview with :
> TableView1[rowctr, 7].Alignment = align.Right
>
>
>
> I cannot seem to align.right the corresponding title :
> TableView1.Columns[7].Title = "Amount"
> I am at wits end, I have t
gambas2.23
I can right align the column data in the tableview with :
TableView1[rowctr, 7].Alignment = align.Right
I cannot seem to align.right the corresponding title :
TableView1.Columns[7].Title = "Amount"
I am at wits end, I have tried all the ways that don't work
Thank you
--