Ejemplo n.º 1
0
 public virtual override void StartEditingCell(int row, Xwt.CellView cell)
 {
 }
Ejemplo n.º 2
0
 public virtual Xwt.Rectangle GetCellBounds(Xwt.TreePosition pos, Xwt.CellView cell, bool includeMargin)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public virtual override Xwt.Rectangle GetCellBounds(int row, Xwt.CellView cell, bool includeMargin)
 {
     throw new NotImplementedException();
 }