Clyde Eisenbeis
C# WPF
xaml:
<ListBox x:Name="gLBxCharacters" Margin="5,0,5,0" ScrollViewer.VerticalScrollBarVisibility="Visible" />
This displays a scrollbar. But it does not scroll the contents of the ListBox.
What is a simple way to add Scrollbars to a ListBox?