From: Tony C. <cap...@gm...> - 2007-11-05 05:59:52
|
I want to display a list of items, but the list of items may be longer than the widget, so I need a vertical scrollbar. So I've started with a textArea widget, because it has a scrollbar. But I may need to select items in the list, and possibly delete them as well. Does Pythoncard support any list-like widgets which has a vertical scrollbar, allows the user to select and remove any or all items from the list, and clear the list? The regular list widget doesn't appear to support a vertical scrollbar. |