Platform SDK: MAPI |
Table users can move to a position that represents an approximate percentage of rows in relation to the total. Rather than moving to an exact row, this method of positioning divides the table into portions based on fractions. Table users can move, for example, to a table's half-way point or to the row that is 7/8 of the way through the table.
To move the cursor an approximate number of rows
SeekRowApprox moves to the row that represents a particular percentage of rows in relation to the beginning of the table. This percentage is specified in the ulNumerator and ulDenominator parameters. SeekRowApprox is used frequently to implement scroll bars.
To determine a table's approximate position
QueryPosition can be used to inform the user of the current position. It sets a fractional value based on the number of rows in the table and the number of the current row. Expect that this value represents an approximation. Table implementers are encouraged not to calculate the exact position because accurate implementations can be expensive to invoke, especially on categorized tables.