Hi,
I need a list of items that each include a checkbox and then one or two lines of text.
I was thinking the ListView two lines plus bitmap would be the way to go. Depending on whether the item is checked or unchecked I would show a checked or unchecked bitmap. if the user clicks the item, I would reverse the checked / unchecked state and modify the list item to show the alternate bitmap. The two lines of text would hold the item description.
Is this a good way to do this or is there a better way?
Barry.
I need a list of items that each include a checkbox and then one or two lines of text.
I was thinking the ListView two lines plus bitmap would be the way to go. Depending on whether the item is checked or unchecked I would show a checked or unchecked bitmap. if the user clicks the item, I would reverse the checked / unchecked state and modify the list item to show the alternate bitmap. The two lines of text would hold the item description.
Is this a good way to do this or is there a better way?
Barry.
Last edited: