gpt4 book ai didi

xceed-datagrid - 在 Xceed DataGridControl 中强制行高

转载 作者:行者123 更新时间:2023-12-04 06:45:04 26 4
gpt4 key购买 nike

谁能告诉我如何在 Xceed DataGridControl 中设置行高?因为设置 DataRow、Row 和 DataCell 的样式没有任何作用。好像是固定在 30 的,我一直找不到任何方法可以更改它,甚至搜索了网格附带的示例。

最佳答案

有两种方式...

在资源中:

<Style TargetType="{x:Type xcdg:DataRow}">
<Setter Property="Height" Value="40" />
</Style>

在 DataGridControl.View 中:
<xcdg:DataGridControl.View>
<xcdg:TableflowView ContainerHeight="40" />
</xcdg:DataGridControl.View>

在 Xceed-Forum 中: http://xceed.com/CS/forums/post/32514.aspx

关于xceed-datagrid - 在 Xceed DataGridControl 中强制行高,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28218335/

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