03-07-2013 09:50 PM - edited 03-07-2013 09:51 PM
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?
03-08-2013 11:51 AM
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