Multiple selection in ListBox

everyday85

21-05-2013 14:41:26

Hi, I have two questions here:
1) Is it possible to make multiple item selections in ListBox and MultiListBox?
2) How can I add a checkbox style widget at the beginning of a line in ListBox or MultiListBox?

What I want to do is showing a list of data in multiple lines and let user to pick some lines.
It would be better if a checkbox can be added at the beginning of the line and got checked or unchecked when mouse clicks at that line. Without checkbox, highlighting the line being selected is also OK for me.

I checked MyGUI code but I don't know which part fits my need. Has anyone done this before?