Пример #1
0
 /// <summary>
 /// Scroll the drop-down the specified number of rows
 /// </summary>
 /// <param name="rows">The number of rows to scroll</param>
 public void ScrollDropDown(int rows)
 {
     DataGridHelper.ScrollDown(dgDropDown, rows);
     dgDropDown.Invalidate(true);
 }