From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

scroll block panel with keyboard

Solved!
Go to solution

Hello,

 

how can I scroll in the block panel with the keyboard?

When there is the need to move far, a block or a diagram in the block panel, it takes much time to scroll with the mouse when something is selected.

Is there any way to use the keyboard to scroll when the mouse has selected something and it cannot use the scrollbars?

 

Thank you.

0 Kudos
Message 1 of 5
(2,468 Views)
Solution
Accepted by topic author nikosfs

You can move the selected items using the arrow keys.

If you hold down shift while moving them, they will move in larger jumps.

 

Also, if you hold down shift while scrolling the mouse wheel, it will move in larger jumps, but I'm not sure how this behaves when you have something selected.


___________________
Try to take over the world!
0 Kudos
Message 2 of 5
(2,461 Views)

Thank you very much!

Can I make longer 'jumps' ?? Like PageUp and PageDown?

0 Kudos
Message 3 of 5
(2,456 Views)

No. You can probably write some special code which will allow you to do this, but I don't know how nicely that will play with the selection either. If you want, you can look up LabVIEW scripting, but be aware that this is relatively advanced material. It's not hard, but it does require knowledge of how LV works.

 

More generally, if your code is so big that you need to move in such big jumps, it probably means that you have a problem. Breaking up code into smaller modules will prevent this problem and will also come with some additional advantages. You can try looking up some online courses and style guides to learn more about this.


___________________
Try to take over the world!
0 Kudos
Message 4 of 5
(2,451 Views)

Thank you.

0 Kudos
Message 5 of 5
(2,444 Views)