How to Display the Scrollbars Always, Irrespective of the Number of Items
1 Oct 2018 / 1 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
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page