LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to prevent excess rows from being added to a table on the front panel?

Whenever I programmatically add rows through a property node I can still go into the front panel and keep adding additional rows through the table. Is there any way to prevent this "excess scrolling"? Maybe grey out the rows or something? 

At least I have chicken
0 Kudos
Message 1 of 2
(2,119 Views)

Hello Labviewleroy,

 

You should be able to right click on the table on the front panel and select

Visible Items>>Horizontal Scrollbar or Vertical Scrollbar

 

You could also consider changing their visibility programmatically using a property node for the control or indicator that you are referencing. You can create the property node by right clicking on the control on the block diagram and selecting

Create>>Property Node>>Visible Items>>Horizontal Scrollbar or Vertical Scrollbar

 

Cheers,

 

-Joel

0 Kudos
Message 2 of 2
(2,090 Views)