Exemple #1
0
 protected virtual void AddListViewColumns(Xwt.ListViewColumnCollection collection)
 {
     collection.Add(" ", new Xwt.TextCellView(countField));
     collection.Add("Name", MakeEditableTextCell(nameField));
     collection.Add("Value", MakeEditableTextCell(valueField));
     collection.Add("Comment", MakeEditableTextCell(commentField));
 }
Exemple #2
0
 protected override void AddListViewColumns(Xwt.ListViewColumnCollection collection)
 {
     collection.Add("Name", MakeEditableTextCell(nameField));
     collection.Add("Value", MakeEditableTextCell(valueField));
     collection.Add("Type", typeField);
     collection.Add("Comment", MakeEditableTextCell(commentField));
 }