I’m looking to reverse the functionality of a VScrollBar in VB.NET – I would like the number to increase when the up button is pressed and decrease when the down button is pressed.
I’m surprised that this issue isn’t more commonly represented online, but I could find nothing online about making a VScrollBar work the way I want it to in VB.NET. Apparently in VB 6.0, you were able to flip the Min and Max values and this achieved what I desire to do, but they removed that feature in VB.NET. Anyone have an idea of how this might be achieved? Any help is much appreciated.
It’s easy to reverse a value, scroll bar or not:
If you need a minimum, that’s okay too: