ListView column display behaviour

  • Thread starter Thread starter Christos Chorattides
  • Start date Start date
C

Christos Chorattides

Hi,

everybody must have noticed that when displaying a value which is longer
than the column width, by default at the end of the column three dots
[...] are displayed instead of the characters.

I want to change this and display all the characters that fit in the
column. Is there a way to do it?
 
This is the standard behaviour of the native windows listview control. It is
done to indicate that there is further text. If your column in question is
the last column in the control you could widen the control and column width
so that the excess is drawn off the edge of the visible screen which should
give the appearance you seek.

Peter
 
Back
Top