Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
925
Display selected row in visible grid
posted

I have a grid with 100's of rows and when i want to preselect a row I am setting the ActiveRow property and setting the Row selected property to True (see below) but I want the selected row to be visible on the screen and it appears to scroll close to it but the selected row is one row below the visible display.  How can I move that selected row to the middle or top or just visible to the grid.

ugReleases.ActiveRow = rowueryStringSelected
rowQueryStringSelected.Selected = True

Thanks

Scott

Parents
No Data
Reply Children