gpt4 book ai didi

c# - 无法以编程方式选中或取消选中 DataGridViewCheckBoxColumn 单元格

转载 作者:太空宇宙 更新时间:2023-11-03 11:21:07 25 4
gpt4 key购买 nike

我正在尝试通过此代码更改 DataGridViewCheckBoxColumn 的项目

        foreach (DataGridViewRow dgvUser in UsersGrid.Rows)
{
dgvUser.Cells["ChkSelect"].Value = true;
}

复选框的值已更改,但 UI 上的复选框保持未选中状态。

怎么做?

最佳答案

然后您需要更新 Datagridview 并刷新。

DataGrid_ABC.Update();为了更新gridview中的变化

关于c# - 无法以编程方式选中或取消选中 DataGridViewCheckBoxColumn 单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10968564/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com