Skip to main content
Known Participant
October 28, 2009
Question

How to create listbox widget with check boxes?

  • October 28, 2009
  • 1 reply
  • 774 views

Hi all,

I need a dialog that should display a listbox widget and for each item in the list box, I need a checkbox. I'm not sure how to implement this, as I'm a beginner. Could you please help me in this regard? Thanks in advance.

Regards,

John

This topic has been closed for replies.

1 reply

Bartek_Kropaczewski
Inspiring
October 30, 2009

Hi

If you want a check box for each item in ListBox (TreeView) then you need to create your own widget that will replace default tree node widget. Then you should be able to customize your node and modify you widgets with tree vie widget manager

Best Regards

Bartek

Known Participant
October 30, 2009

Hi Bartek,

Thank you very much for the information. I got an example from the SDK, I will try to implement this.

Thanks,

John