File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1787,6 +1787,42 @@ Description:
17871787Returns the index associated with the given line.
17881788
17891789
1790+ Name: dgRectOfIndex
1791+
1792+ Type: property
1793+
1794+ Associations: datagrid
1795+
1796+ Syntax: get the dgRectOfIndex[pIndex] of group "DataGrid"
1797+
1798+ Summary: Get/set the rect of the control associated with the given index
1799+
1800+ Description:
1801+
1802+ Returns the rect of the control connected with pIndex. Rect
1803+ is relative to this group but takes into account the current vScroll.
1804+ This may not prove very useful if you don't have control caching on.
1805+
1806+
1807+
1808+
1809+ Name: dgRectOfLine
1810+
1811+ Type: property
1812+
1813+ Associations: datagrid
1814+
1815+ Syntax: get the dgRectOfLine[pLine] of group "DataGrid"
1816+
1817+ Summary: Get/set the rect of the control associated with the given line
1818+
1819+ Description:
1820+
1821+ Returns the rect of the control connected with pLine. Rect
1822+ is relative to this group but takes into account the current vScroll.
1823+ This may not prove very useful if you don't have control caching on.
1824+
1825+
17901826
17911827Name: dgVScroll
17921828
You can’t perform that action at this time.
0 commit comments