This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +37
-2
lines changed
Toolset/palettes/standalone settings Expand file tree Collapse file tree 4 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -1781,18 +1781,51 @@ Syntax: put the dgIndexOfLine[pLine] of group "DataGrid"
17811781
17821782Summary: Returns the index associated with the given line.
17831783
1784-
17851784Description:
17861785
17871786Returns the index associated with the given line.
17881787
17891788
1790- Name: dgLineOfIndex
1789+ Name: dgRectOfIndex
1790+
1791+ Type: property
1792+
1793+ Associations: datagrid
1794+
1795+ Syntax: get the dgRectOfIndex[pIndex] of group "DataGrid"
1796+
1797+ Summary: Get/set the rect of the control associated with the given index
1798+
1799+ Description:
1800+
1801+ Returns the rect of the control connected with pIndex. Rect
1802+ is relative to this group but takes into account the current vScroll.
1803+ This may not prove very useful if you don't have control caching on.
1804+
1805+
1806+ Name: dgRectOfLine
17911807
17921808Type: property
17931809
17941810Associations: datagrid
17951811
1812+ Syntax: get the dgRectOfLine[pLine] of group "DataGrid"
1813+
1814+ Summary: Get/set the rect of the control associated with the given line
1815+
1816+ Description:
1817+
1818+ Returns the rect of the control connected with pLine. Rect
1819+ is relative to this group but takes into account the current vScroll.
1820+ This may not prove very useful if you don't have control caching on.
1821+
1822+
1823+
1824+ Name: dgLineOfIndex
1825+
1826+ Type: property
1827+
1828+ Associations: datagrid
17961829Syntax: put the dgLineOfIndex[pIndex] of group "DataGrid"
17971830
17981831Summary: Returns the line associated with the given index.
Original file line number Diff line number Diff line change 1+ # Added dgRectOfIndex and dgRectOfLine to DataGrid documentation
Original file line number Diff line number Diff line change 1+ # Fix build error on Android when 'Allow Http Connections' button is checked
You can’t perform that action at this time.
0 commit comments