Does anyone know where the word-wrapping occurs in CListView objects? In the MFC code or lower down?
One of the issues we face with our app is that on Windows when icons are displayed in a CListView and the label is significantly wider than the icon then I note that the label is written on two lines whereas under Wine it is displayed truncated on a single line. I am trying to figure out where the fault is. Does anyone know?
Bill