Go Scroll Yourself! blocks only (No extensions, No JavaScript)

As an addendum to this tutorial, here is a small addition to take care of the case where the input table has fewer data rows than the displayed Label tabel.

This approach maintains full visibility for all cells, but clears the .Text values of all cells before trying to fill the displayed cells from the (possibly short) input data table.


The clear_labels procedure clears out the text of a given Label table.

The load_labels procedure calls clear_labels before trying to load the labels from the incoming data.

Revised .aia file:
table_window.aia (508.4 KB)

1 Like