This commit is contained in:
2011-03-30 15:50:40 +00:00
parent 0d79abd34d
commit e439f31c1f
3 changed files with 740 additions and 36 deletions

View File

@@ -1906,6 +1906,7 @@ namespace Volian.Controls.Library
e.Handled = true;
if (!myGrid.SelectNextCell())
{
myGrid.MyBorders.InsertRow(myGrid.Rows.Count - 1);
myGrid.Rows.Add(1);
myGrid.SelectNextCell();
}