Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Find Previous not working
Find Next 1, 2 and 3 (see attached screens)
If SearchDirection = SearchDown Then
sfgMatsList.SearchController.FindNext(txtSearch.Text)
sfgMatsList.MoveToCurrentCell(sfgMatsList.SearchController.CurrentRowColumnIndex)
sfgMatsList.TableControl.ScrollRows.ScrollInView(sfgMatsList.SearchController.CurrentRowColumnIndex.RowIndex)
sfgMatsList.TableControl.UpdateScrollBars()
Debug.Print("Find Next " & sfgMatsList.SearchController.CurrentRowColumnIndex.RowIndex)
Find Previous 1 and 2 (see attached screens)
If SearchDirection = SearchUp Then
sfgMatsList.SearchController.FindPrevious(txtSearch.Text)
sfgMatsList.MoveToCurrentCell(sfgMatsList.SearchController.CurrentRowColumnIndex)
sfgMatsList.TableControl.ScrollRows.ScrollInView(sfgMatsList.SearchController.CurrentRowColumnIndex.RowIndex)
sfgMatsList.TableControl.UpdateScrollBars()
Debug.Print("Find Previous " & sfgMatsList.SearchController.CurrentRowColumnIndex.RowIndex)
Version is 17.4.0.39 not 17.4.0.49