In this video we’ll look at List Boxes in more detail. I’ll show you how to add a scrollbar to a Listbox and I’ll also show you how to select multiple items in your List Box and do things with them.
Listboxes don’t have scrollbars by default. We need to use a scrollbar widget and add both it and the list box to a frame, and then configure them both.
I’ll also show you to to select multiple items in a list box by changing the select mode.
Add comment