Editing a cell (centered)

I want to edit a cell in a ListBox with its text centered.
This is my code in the CellClick event:

me.EditCell(row,column) me.ActiveCell.Alignment = EditField.AlignCenter
It works on Windows (7) but doesn’t work on OSX (10.10.2)
Is it expected or is it a bug?