Thomas - 2017-04-18

Dear NG,
recently I started to use ObjectListView for the first time. I wanted to use multi line rows, I set the rowheight to the required space and add a three line string. In most cases it's working, but there are also many cases when there are unwanted word clippings or word-wraps. Here is one examples:

string s1 = "Line 1: La priorité d’alarme des conditions d’alarme verrouillées détermine le comportement des signaux d’alarme une fois que les conditions d’alarme cessent d’exister :"+Environment.NewLine
+"Line 2: La priorité d’alarme des conditions d’alarme verrouillées détermine le comportement des signaux d’alarme une fois que les conditions d’alarme cessent d’exister :"+Environment.NewLine
+"Line 3: ^ ";
First line is printed correctly, second line is clipped after "signaux" and third line isn't printed at all
I checked the text also in UltraEdit hex mode to see if there's a strange character causing this behaviour but it's just a space (ASCII 32, hex 0x20)

I changed the columns word wrap to tru or false with no effect
Any help is appreciated.

 

Last edit: Thomas 2017-04-18