gpt4 book ai didi

c# - GridView : Cant remove borders

转载 作者:太空宇宙 更新时间:2023-11-03 17:26:02 24 4
gpt4 key购买 nike

正如您在图像上看到的那样,我在 GridView 单元格中有一个 gridview。我正在尝试删除我认为是单词 has 下方和 next 单词之外的 2 条水平线。

enter image description here

 foreach (TableCell tc in e.Row.Cells)
{
tc.Attributes["style"] = "border-bottom-style:none";
tc.Attributes["style"] = "border-width:0px";
tc.Attributes["style"] = "border-top-style:none";
}

但它不起作用。有什么帮助吗?

最佳答案

将以下属性添加到您的 GridView

GridLines="None"

这应该会移除所有边框。

关于c# - GridView : Cant remove borders,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13711774/

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