03-10-2017 10:50 AM
Dear Friends
there is only horizontal and vertical scroll bar in labview. how can i move scroll bar at any angle ?
Thanks
Asif
Solved! Go to Solution.
03-10-2017 11:44 AM
Hi Asif,
Most applications only have a horizontal or vertical scroll bar, so it sounds very unintuitive to scroll at some other angle. That being said, if you're going to be the main user of the application and you're really convinced this is a feature you want, you can use position properties of the front panel like so:
03-10-2017 04:15 PM - edited 03-10-2017 04:18 PM
Asif138 wrote: how can i move scroll bar at any angle ?
Rotate your monitor screen to the desired angle and then just scroll away.
03-13-2017 09:12 AM
Hey,
I don't think that functionality is built into LabVIEW's current builds.
But, if you'd like to put it out as an idea on the Idea Exchange feel free to post it to the forums there and maybe it'll be included in the future builds.
03-13-2017 02:15 PM
@WNM wrote:
Asif138 wrote: how can i move scroll bar at any angle ?Rotate your monitor screen to the desired angle and then just scroll away.
Yes, I abused my powers! I HAD TOO mark that solution!
03-17-2017 09:09 AM
If you're in development mode you can ctrl+shift+drag in empty space to pan the screen. Perhaps that's what you mean by scroll any angle?
03-17-2017 12:57 PM
A Picture control will let you do that!
Of course there will a bit a coding to back it up and make it work but it could be done.
Ben
03-17-2017 01:34 PM
Borrowed example code Christian developed and posted here
All you have to do is add is to translate the mouse down/up on the pictue control using trig, do a Value change event to the scroll bar and you are done.
Ben