How to Display the Scrollbars Always, Irrespective of the Number of Items

1 Oct 20181 minute to read

The scrollbar can be always made visible, irrespective of the number of items, present in it, by setting ScrollAlwaysVisible property to true.

this.fontListBox1.ScrollAlwaysVisible = true;
Me.fontListBox1.ScrollAlwaysVisible = True