property ScrollBar.DisableNoScroll as Boolean
Disables the scroll bar instead of removing it, if the scroll bar's new parameters make the scroll bar unnecessary.

TypeDescription
Boolean A Boolean expression that indicates whether DisableNoScroll feature is off or on.
By default, the DisableNoScroll property is False. If the DisableNoScroll property is True, the left/up or right/down buttons are enabled only if they required, else they are disabled. For instance, if the Value property is equal with the Minimum property, the left/up button is disabled. Also, if both buttons are not required, the thumb part is not shown. Use the EnablePart property to enable or disable a specified part. Use the VisiblePart property to specify which parts are visible or hidden. Use the Background property to change the visual appearance for a button or a part in a specified state.