Skip to content

Commit bdfcef7

Browse files
author
livecodesam
authored
[Bugfix-22979] Add dgRectofIndex to DataGrid docs
1 parent 722103b commit bdfcef7

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Documentation/dictionary/datagrid.lcdoc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,6 +1787,42 @@ Description:
17871787
Returns 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

17911827
Name: dgVScroll
17921828

0 commit comments

Comments
 (0)