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)
(...) 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)