Show checkboxes conditionally

  • Thread starter Thread starter sevy82 via .NET 247
  • Start date Start date
S

sevy82 via .NET 247

May be someone can help me with the folllowing problem. I'm usingthe treelistview, and I want to show checkboxes to the user, soI set the property Checkboxes on 'true'. How can I show thecheckboxes conditionally, so for example, only show the checkboxat the beginning of the treelistviewrow if some of the subitemshas a specific value? For me it would also be great if I couldonly disable the checkbox so it cannot be clicked.

Please help! Many thanx in advance.
 
TreeListView is not a windows forms class. You'll have to talk
to the person that developed it.

/claes

May be someone can help me with the folllowing problem. I'm using the
treelistview, and I want to show checkboxes to the user, so I set the
property Checkboxes on 'true'. How can I show the checkboxes conditionally,
so for example, only show the checkbox at the beginning of the
treelistviewrow if some of the subitems has a specific value? For me it
would also be great if I could only disable the checkbox so it cannot be
clicked.

Please help! Many thanx in advance.
 
Back
Top