show scroll bars

This commit is contained in:
Lars Brubaker 2021-03-25 17:52:45 -07:00
parent 44cda2aeef
commit 1ecf32f4d8
3 changed files with 2 additions and 4 deletions

View file

@ -92,8 +92,6 @@ namespace MatterHackers.MatterControl.CustomWidgets
this.ScrollArea.HAnchor = HAnchor.Stretch;
this.ListContentView = libraryView;
this.VerticalScrollBar.Show = ScrollBar.ShowState.Never;
context.ContainerChanged += ActiveContainer_Changed;
context.ContentChanged += ActiveContainer_ContentChanged;
}