I'm using ObjectListview.
I have enable the usesubitemcheckbox. but the problem is, when i click the checkboxes in the subitems, the checkboxes is not changing the state.
My best guess would be that there is just no bool aspect assigned.
Check that
AspectName
for the respective columnsbool
IsEditable
is set to trueIf you use AspectGetter
and AspectSetter
make sure those use bool as well. I believe subitem checkboxes can also be tri-state using CheckState
type and setting the column property TriStateCheckBoxes
to true. (Also use the ObjectListView properties for the checkbox of the first column, its "special" with respect to the other columns).