LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to disable vertical scroll bar bottom button

Solved!
Go to solution

hi,

     it is possible  how to disable vertical scroll bar bottom button only not full veritcal scroll bar and i know vertical scroll bar property node this disabls hole scroll bar.

0 Kudos
Message 1 of 10
(4,052 Views)

You could place a decoration over the button area (customize to suit your needs).

Note that you have to put the decoration on the main part of the table, then use the arrow keys to put it over the button.

 

steve

--------------------------------------------------------------------------------------------------------------------------
Help the forum when you get help. Click the "Solution?" icon on the reply that answers your
question. Give "Kudos" to replies that help.
--------------------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 10
(4,034 Views)

hi,

       sorry i donit know what is decoration.and how can i use this pls send any image.

0 Kudos
Message 3 of 10
(4,025 Views)

Right click on the front panel, you should see "Decorations" as an option.

Select Flat Box for example.

 

steve

--------------------------------------------------------------------------------------------------------------------------
Help the forum when you get help. Click the "Solution?" icon on the reply that answers your
question. Give "Kudos" to replies that help.
--------------------------------------------------------------------------------------------------------------------------
0 Kudos
Message 4 of 10
(4,007 Views)
Solution
Accepted by topic author GokulGKM

Hi gokul,

 

you should have gone through several basic LabVIEW tutorials by now…

 

You will find decorations in the "decorations" FP elements palette!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 10
(4,005 Views)

Here's an example with a yellow decoration box over the button.

 

steve

--------------------------------------------------------------------------------------------------------------------------
Help the forum when you get help. Click the "Solution?" icon on the reply that answers your
question. Give "Kudos" to replies that help.
--------------------------------------------------------------------------------------------------------------------------
0 Kudos
Message 6 of 10
(3,990 Views)

There are several other methods of course.  You could hide that scroll bar and make one of your own, that then uses property nodes to make the table scroll.  There's extra work involved with this because you need the update to work both ways and update when the table data changes.  

 

Or you can use an event structure, and capture the Mouse Down? and disregard it if the mouse was on the arrow, when you are at the bottom of the table. 

0 Kudos
Message 7 of 10
(3,942 Views)

If you try to customize the control, you will find there is a decoration already in the resize corner.  Just move it to the front, to cover the scrollbar.

 

Now you can resize the control, the decor will move with the control.

 

Untitled.png

 

George Zou
0 Kudos
Message 8 of 10
(3,918 Views)

also you can disable the scrolls and use two customize slid for better flexibility in use of scrolling method 

0 Kudos
Message 9 of 10
(3,893 Views)

ok thaks to all...

0 Kudos
Message 10 of 10
(3,873 Views)