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