This is a migrated thread and some comments may be shown as answers.

scrolling solution

0 Answers 60 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Вадим
Top achievements
Rank 1
Iron
Iron
Вадим asked on 07 Jul 2018, 05:16 PM

Right now, if the 'next row' if off screen, the user has to manualy change the scroll bar to view it.

private void SqlAdd()
        {
            var commandServer = new CommandServer();
 
            foreach(GridViewRowInfo row in radGridView1.Rows)
            {
                Thread.Sleep(100);
                row.IsSelected = true;
            }
            //var returnSqlServer = commandServer.GetServerCommandExecReturnServer("dead_add", parameters);
        }

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Вадим
Top achievements
Rank 1
Iron
Iron
Share this question
or