How to get AutoEllipsis in a DataGridView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I get a text column in my DataGridView to appear with AutoEllipses
(...) when the text is too wide to fill the column.

i.e. instead of trimming ABCDEFGHIJKLMNOPQ yuo would see
ABCDE... if there wasn't enough room

(the Label control now has an AutoEllipses property but not the DataGridView)
 
Back
Top