Hi davidLee,
Unfortunately at this time what you describe is the behavior of the knob control and there is no option available to quickly change the behavior.
For the long term I would suggest creating a product suggestion by clicking the "feedback" links available on the
Contact NI page.
As far as the short term is concerned there are two options. First, you might consider programmatically preventing this action from taking place. By keeping track of the past values of the knob you control you should be able to prevent the "jump" from minimum to full-scale from being passed to the rest of your application. This code could also set the controls value back to the value before the "jump".
A simpler solution for now would be to use a different control such as the slider. The graphical representation of the slider will make it much more difficult for the user to unintentionally change from the minimum to maximum value.
Scott Y
NI