Example #1
0
 public void TestEmulateChangeCurrentCell()
 {
     dataGrid.EmulateChangeCurrentCell(2, 1);
     Assert.AreEqual(2, dataGrid.CurrentItemIndex);
     Assert.AreEqual(1, dataGrid.CurrentColIndex);
 }