Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
I don't know the specific control, but I know I've seen some controls that the row count is static based upon the number of data rows but the number of VISIBLE rows is variable. There is an attribute or property on the row that says "visible" and is set to false. The row still exists and contributes to RowCount, but the row itself is not visible.
Some things to look for:
1) a VisibleRows property
2) When looking at individual rows, look for a "visible" property.
Some things to look for:
1) a VisibleRows property
2) When looking at individual rows, look for a "visible" property.