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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top