Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 35 additions & 2 deletions Documentation/dictionary/datagrid.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -1781,18 +1781,51 @@ Syntax: put the dgIndexOfLine[pLine] of group "DataGrid"

Summary: Returns the index associated with the given line.


Description:

Returns the index associated with the given line.


Name: dgLineOfIndex
Name: dgRectOfIndex

Type: property

Associations: datagrid

Syntax: get the dgRectOfIndex[pIndex] of group "DataGrid"

Summary: Get/set the rect of the control associated with the given index

Description:

Returns the rect of the control connected with pIndex. Rect
is relative to this group but takes into account the current vScroll.
This may not prove very useful if you don't have control caching on.


Name: dgRectOfLine

Type: property

Associations: datagrid

Syntax: get the dgRectOfLine[pLine] of group "DataGrid"

Summary: Get/set the rect of the control associated with the given line

Description:

Returns the rect of the control connected with pLine. Rect
is relative to this group but takes into account the current vScroll.
This may not prove very useful if you don't have control caching on.



Name: dgLineOfIndex

Type: property

Associations: datagrid
Syntax: put the dgLineOfIndex[pIndex] of group "DataGrid"

Summary: Returns the line associated with the given index.
Expand Down
Binary file modified Toolset/palettes/standalone settings/revstandalonesettings.8.rev
Binary file not shown.
1 change: 1 addition & 0 deletions notes/bugfix-22979.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Added dgRectOfIndex and dgRectOfLine to DataGrid documentation
1 change: 1 addition & 0 deletions notes/bugfix-23257.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Fix build error on Android when 'Allow Http Connections' button is checked