J
Jeff Lindholm
In the old MFC days you could create a ListView with the LVS_OWNERDATA style
and you would be asked to provide the item to be drawn as the list view
needed it. This way you could have lots if items in the listview but none of
them would exist as data in the list view.
Any way to do this in C# and windows forms? Yes I know you can do owner
draw, but this was not owner draw all it did is provide the data to be drawn
as needed and you did not need to do any drawing etc.
Thanks
and you would be asked to provide the item to be drawn as the list view
needed it. This way you could have lots if items in the listview but none of
them would exist as data in the list view.
Any way to do this in C# and windows forms? Yes I know you can do owner
draw, but this was not owner draw all it did is provide the data to be drawn
as needed and you did not need to do any drawing etc.
Thanks