tharmer
2013-09-20T16:16:26Z
Hi Igor,
I'm trying to take a pic of the iGrid when populated with some visible/invisible rows and some visible/invisible columns. (I paste this pic into a work doc.)I have not been able to find a property for the height of the visible rows in an iGrid like, for example, the height property of the Header row.

Do I need to add the individual heights of the visible rows? Do these heights include the gridline widths? Same for Cols.

Thanks,

-terry
Igor/10Tec
2013-09-23T12:16:46Z
Confirm, please, whether the following call returns what you need:

iGrid.Sys(igSysRowsVisScrollHeight)
tharmer
2013-09-24T16:56:35Z
Not exactly but the .sys enums led me to what I needed. Thanks Igor.
Igor/10Tec
2013-09-25T06:15:52Z
I think, the "height of the visible rows" is an ambiguous phrase. Did you mean the viewport? In this case you need something like iGrid.Sys(igSysCellsAreaHeight).