CheckedListBox - SetItemChecked(index,bool) does not work!!!

  • Thread starter Thread starter Mortos
  • Start date Start date
M

Mortos

Hi All,
I'm trying to set the items in a checkbox to true via
SetItemChecked(index,bool) but there is no *visual* effect. Yes I know
the items are being set 'cos I run 'GetItemChecked(index)' immediately
after and the response is true.
No nothing is setting them back. I saw someone post this question but no
response was posted, So i decided to try here.
Anyone got any answers?

Thanks for your responses.
 
Mortos said:
Hi All,
I'm trying to set the items in a checkbox to true via
SetItemChecked(index,bool) but there is no *visual* effect. Yes I know
the items are being set 'cos I run 'GetItemChecked(index)' immediately
after and the response is true.
No nothing is setting them back. I saw someone post this question but no
response was posted, So i decided to try here.
Anyone got any answers?

Thanks for your responses.
Try to refresh the listbox

--
Jacobo Rodríguez Villar

Proyectos en desarrollo:

http://www.typhoonlabs.com
 
Back
Top