如何设置flexgrid列头高度?
Alice,如题,如何设?默认的列头高度不够,如下图:
回复 1楼CanYou1的帖子
谢谢您的反馈。
对于C1FlexGrid,可以通过Height属性去设置整个表头的高度。
_flex.ColumnHeaders.Rows.Height = 200; 回复 2楼Alice的帖子
不能在xaml里面设置吗?
比如在下面的代码里 :
<c1:C1FlexGridStyle="{StaticResource Green}" BorderThickness="1"
AllowMerging="Cells" AllowAddNew="False" AllowSorting="False" IsReadOnly="True"
ItemsSource="{Binding List}" AutoGenerateColumns="False" GridLinesVisibility="All"> 回复 3楼CanYou1的帖子
很抱歉没有xmal的接口,比较简单的就是2楼的设置方式。
页:
[1]