i would like to put more than one info into one cell of a TAdvListView so i added +#10+#13 to the strings and set this as a caption. It doen't really work. Is there any way to get that done?
That is not giving any information about property settings / event handlers that can affect the TAdvListView behavior. As stated by Pieter, with a default TAdvListView on the form and the code
it := AdvListView1.Items.Add;
it.Caption := 'Line 1' +#13+#10 +'Line 2';
it does work. So, please, again, isolate this and provide some sample source code project with which the problem can be reproduced.
Seems to be something in the properties or settings i made ... with a fresh sample project everything works great .... so ... a big sorry from here and i will figure out what i did :-)