CheckedListBox not update client check state

Answered
0
0

Hi everyone,

I’m using a CheckedListBox, I have to set check state of items dynamically based on some condition.

Here there is the problem:

  • I changed the check state with .SetItemChecked(index, value) -> I go on dubug and the check state is change
  • On the UI the check state isn’t change

I have try everything like:

  • .Refresh()
  • .Invalidate()
  • .PerfomeLayout()
  • Application.Update(checkedListBoxName)

Nothing work, in the example “Colla” is checked but on the UI is not.

 

Thanks for any help!

  • You must to post comments
Best Answer
0
0

Hi Simone,

the fix is now included in the new development (1.4.91) that has just been uploaded.
Thanks for your help in tracking this down.

Best regards
Frank

  • You must to post comments
0
0

Hi Simone,

I have tried to reproduce in a sample but failed so far.
Where is the function to set the checkboxes called ?
Any other logic bound to the CheckedListbox ?
Can you please try to isolate that code into a test case and either post it here or send it to frankATiceteagroup.com ?

Thanks in advance.

Best regards
Frank

 

  • Simone Marconetto
    Hi Frank, I sent you an email let me know! Thanks!
  • Frank (ITG)
    Hi Simone, thanks, checking.
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.