ListBox.CellAlignment(row, column) = listbox.AlignRight does not work ?

Neither

ListBox.CellAlignment(row, column) = listbox.AlignRight or

ListBox.ColumnAlignment(row, column) = listbox.AlignRight

have any effect in a ListBox with 2016R3.

ColumnAlignment works on the header, but not on cells.

Is there anything I should know ?

where/when are you assigning those?

I usually forgo those and overide CellTextPaint

Never mind. I was drawing the text in cellTextPaint, so of course, it did not take alignment into account.

Sorry.