At this site there is an older post on the ListBox. It gives an example of a ListBox in code.
Don’t See the ScrollBar?
If you have a long list and you don’t see the scrollbar there are two things you could try. If you are using a StackPanel, try reorganizing the layout to remove the StackPanel and use a Grid instead. The other way is to set a Height property on the ListBox.