Your widget has found its place in too many of my projects. I could easily bind the double click and delete key. I wonder if I could use drag n drop between two multilistboxes.
The promised library with some test code.
It wasn't that simple, but I managed to add ScrolledExtMultiListbox class to your library, I will upload the whole code with a demo soon. The only bug that I found, that is also common in ScrolledMultiListbox, is that if the widget starts with a vertical scrollbar shown then the first row that is visible is the second row (someone could accidentally miss the first row).
I am testing your code today. It works quite well. I am hoping for a ScrolledExtMultiListbox class.
I am testing your code today. My first observation : no auto scrolling (horizontal or vertical).
I am testing your code today. My first observation is no auto scrolling (horizontal or vertical).
I am very happy reading your reply to my request so quickly. I am going to test your new module as soon as possible.
I am new in python and struggling to find a nice resizable and sortable listbox widget. Your fancy_multilistbox example is superb, but I would like to add a column of checkboxes. I show that in mailwasher demo of https://tktreectrl.sourceforge.net/ Is this possible in MultiListbox widget, and how can I achieve that? An idea is to use an icon, like the one in fancy_multilistbox, that it would change upon click.