ARTURO

ARTURO

  • NA
  • 16
  • 0

Owner Drawn ListView in C#

Sep 18 2003 3:22 PM
hi,Does anyone know how to get text longer than a column in a listview in c#? This is easy in c++.you only have to check the LVS_OWNERDRAWFIXED style. then you only have to call the CListCtrl method MyListCtrl.SetItemData(rownumber,0). where rownumber is the item you want the text to spread over all other columns. TO BE DISPLAYED IN COLUMNS set it to 1 MyListCtrl.SetItemdata(rownumber,1) how can this be accomplished in c#? thanks in advance.

Answers (1)