How do i create multiselection list box (as a Todo list) in Python?
Dinesh
There's no direct support for that yet, but you could hack together something similar in functionality using the plain Listbox and a bit of code that puts an "X" in front of the selected items.