WPF设置列内容居左、中、右
风格内容
style x : key=' contentLeftStyle ' target type=' { x : type text block } '
设置器属性="水平对齐"值="左"
/Style
style x :键=' contentCenterStyle '目标类型=' { x :类型文本块} '
设置器属性="水平对齐"值="中心"
/Style
style x : key=' contentRightStyle ' target type=' { x : type text block } '
设置器属性="水平对齐"值="向右"
/Style
数据网格调用代码
DataGridTextColumn标头='领用数宽度=' 100 '绑定=' {绑定路径=数量,StringFormat=0.00 } '元素样式=' { static resource contentLeftStyle } '/!-设置列内容居左-
DataGridTextColumn标头='已出库数量width=' 140 ' Binding=' { Binding Path=RequisitionQty,StringFormat=0.00 } '元素样式=' { static resource content center style } '/!-设置列内容居中-
DataGridTextColumn标头='其它width=' 100 ' Binding=' { Binding Path=ElseQty,StringFormat=0.00 } '元素样式=' { StaticResource contentRightStyle } '/!-设置列内容居右-
内容来源网络,如有侵权,联系删除,本文地址:https://www.230890.com/zhan/151770.html