Suppressing the ellipsis in wxListCtrl?

I haven't been able to find anything in the documentation or archives
on this one.

My question concerns the wxListCtrl and whether it is possible to
suppress the ellipsis at the end of a cell when the content is too
large for its width?

So instead of the string "Overflowing line of text that extends
beyond column width" being

Overflowing line of te...|

it would be just

Overflowing line of te|

Thanks

Matt O'Donnell