Open GoogleCodeExporter opened 9 years ago
Hi,
it is not only a problem when you want to edit data - I use the ListBox in a
Popup
for the results of a search. In the edit view of the application you can go
through
the result list with "next" and "prev" buttons. A click on a button fires an
event
and the list widgets listen to it and loads the next item for edit.
But when you do a sort in the ListBox the actual item is out of sync and I cant
find
a handler to catch the sort event and to sync the values again.
I can set an comparator but it is called for every item in the list - what I
need is
an event that is fired when the list is sorted.
Anybody with an idea?
Thanks
Original comment by kars...@porkypie.de
on 4 May 2010 at 11:38
Original issue reported on code.google.com by
eugine...@gmail.com
on 30 Mar 2010 at 3:59