I m试图用人工方式在数据GridView中抽取囚室。 具体地说,我要抽出一流的Boxes。 通常,你可以增加一个数据GridViewCheckBoxColumn,但就我所知,有数据GridViewCheckBoxRow。 (我只能创建DGVCheckBoxColumns的批号,因为我像不同的牢房类型一样。)
I ve overridden the DGV s OnCellPainting() method. I ve created a DGVCheckBoxCell:
protected override void OnCellPainting(DataGridViewCellPaintingEventArgs e)
{
DataGridViewCheckBoxCell cbcell = new DataGridViewCheckBoxCell();
}
我不敢确定下一步要做什么。
更多信息:
我最终试图转换数据网格。 因此,我可能拥有一个ComboBoxColumn、一个文本BoxColumn和一个任何其他类型的栏目,然后将其变成行。 我不认为我可以让全国移民总局负责,因此,我认为我不得不处理非人道的囚室。
感谢迄今为止的所有答复......