Hello
i am now going over the Address Book Example .
and i wonted to ask how can i change the items in the linst to be checkable with CheckBox on the left side?
Couldn't find the information on the net.
Thanks!
Hello
i am now going over the Address Book Example .
and i wonted to ask how can i change the items in the linst to be checkable with CheckBox on the left side?
Couldn't find the information on the net.
Thanks!
You have to alter the model. You have to tell, that it has 3 instead of 2 columns and then give back a bool value for your first column (= left one). That it is displayed as a checkbox you might have to create your own delegate.
Bookmarks