06-28-2013 10:14 AM
Hi,
I'm working on a SCADA interface. In this application there are different tables with vertical scroll bar.
I prefer to make visible only the initialized rows (I've initialized 40 blank rows of a table with a string array). Since the window not contain all 40 rows but only 20 rows, I set the rows number of "table properties window" to 20; so I added a vertical scroll bar.
Now, when a user scroll the scroll-bar, he can view not only the 40 rows initializated, but an undefined number of rows.
There's a way to visualize only a limited number of rows?
Thanks in advance!
06-28-2013 01:36 PM