Vertical Scroll Bar.. how to disable in VS 2013 and Csharp
I have multiple listboxes that are all tied together so one can select a line to populate quite a few other sections of the form (and tabs.)
But many times there is a lot of data and the vertical scroll bar in each of the listboxes interferes with viewing.
I would like the first listbox to still keep it's vertical scroll capabilities but the others I want the scroll to disappear.
I see a HorizontalScrollbar but no VerticalScrollbar in the properties windows.
Any ideas?
Thanks.
|