If you really want to go above and beyond what LabVIEW gives you, you'll probably have to program it yourself. The best way to implement custom functionality for your controls is by using Event Structures. You could, for instance, hide the regular Increment/Decrement arrows for your control and replace them with custom controls that look the same. Then register for Mouse Down events and increment the control value as fast as you want in that event case. The only difficulty comes in when you need to have multiple such controls, or if you want to package them from one app to another.
If you want a completely self-contained function that does it all and doesn't require specific block diagram implementation, you probably want XControls. XControls allow you not only to change a control's appearance but also its functionality. The end result would be a reusable control that would look and behave however you want, but wouldn't require any block diagram code from the target application. XControls, I would warn you, can be a bit advanced. Your first is the hardest. After that it sinks in
😉XControls are available for LabVIEW 8 Professional Development System and higher.
Jarrod S.
National Instruments