Puloy Sebastian asked 2018-04-27 01:18:36 UTC
Hi,
Although searching and selecting a datagridview row programatically based on a condition works and highlights the selected row, datagridview doesn't scroll up or down if the selected/highlighted row is not visible within the full datagriview window requiring the user to manually scroll down or up to search/look for the selected/highlighted row.
Using pseudocode
for each row in datagridview row
if row condition is true
row.Selected = true
WinForms and VWG scroll down/up to make the selected/highlighted row visible.
Thanks.
Puloy
Puloy Sebastian asked 2018-04-27 01:18:36 UTC
Hi,
Although searching and selecting a datagridview row programatically based on a condition works and highlights the selected row, datagridview doesn't scroll up or down if the selected/highlighted row is not visible within the full datagriview window requiring the user to manually scroll down or up to search/look for the selected/highlighted row.
Using pseudocode
for each row in datagridview row
if row condition is true
row.Selected = true
WinForms and VWG scroll down/up to make the selected/highlighted row visible.
Thanks.
Puloy