01-21-2023 07:10 PM
Sometimes I want a FP slide that is just for scrolling. A large graph that's too big to fit the window for example. The actual slide value is not important to the user. Problem is that slides want to display their value as a yellow background popup during mouse down even if everything is made not visible. Is there a way to hide this? Using LV 2021 at the moment but this goes back quite a few versions.
Solved! Go to Solution.
01-21-2023 07:41 PM
I never paid much attention to that little pop-up, but now that you mentioned it, I tried getting rid of it, and was frustrated when I couldn't (easily). So I dug a little deeper, and found how to do it. You just need to write a False to the Slider's "Show Value Tip Strip" Property.
Bob Schor
01-21-2023 07:52 PM
That's what I was looking for. Thanks!