c# - How do I position a DataGridView to a specific row (so that the selected row is at the top) -


I have an application with a datagrid view and I would like the status of the rows as if a specific row is at the top

I do not want to be in a way, I want a way to say "Program Scroll" to the DataGrid view according to the program.

Any thoughts?

How about?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -