Hi I created a table view that looks like this:
<StackPane> <TableView bxml:id="tableView" selectMode="multi" styles="{showHorizontalGridLines:true, includeTrailingVerticalGridLine:true}"> <columns> <TableView.Column name="rowid" width="100" headerData="Row ID"/> <TableView.Column name="customer" width="100" headerData="Customer"/> <TableView.Column name="product" width="100" headerData="Product"/> </columns> </TableView> </StackPane> However, the tltle of each column is by default left aligned. How can I change the alignment of a table column name and column data? Thank you very much. -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/How-to-set-alignment-of-TableView-tp4022988.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.