Posted 10 May 2019, 11:06 am EST
Hi,
How can I get C1TrueDBGrid to scroll a certain row into sight ? Setting Grid1.Row to a certain value doesn’t work as the grid in question hasn’t got any record selectors visible.
Thanks in advance,
Stephan
Forums Home / ComponentOne / WinForms Edition
Posted by: grapecity on 10 May 2019, 11:06 am EST
Posted 10 May 2019, 11:06 am EST
Hi,
How can I get C1TrueDBGrid to scroll a certain row into sight ? Setting Grid1.Row to a certain value doesn’t work as the grid in question hasn’t got any record selectors visible.
Thanks in advance,
Stephan
Posted 13 May 2019, 12:54 am EST
Hi Stephan,
RecordSelectors only specifies whether the row headers are visible or not. Setting the value of Row sets the active row. So, these two properties do not have any effect on each other.
You can see in the attached sample that setting Row to a specific value does scroll the grid to that row, even when RecordSelectors is false.
Please mention your build so we can test it with that version.
If there is anything else that can help us observe this issue, then please modify the attached sample.
Thanks,
Jitender