flex中如何使DataGrid中的表头居中,下面的记录右对齐?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了flex中如何使DataGrid中的表头居中,下面的记录右对齐?相关的知识,希望对你有一定的参考价值。
参考技术A 1.先写个css<fx:Style>
.gridCenter text-align: center;
</fx:Style>
2.然后在设置表头样式
<mx:DataGridColumn headerText="编号" dataField="ID" textAlign="right" headerStyleName="gridCenter"/>
以上是关于flex中如何使DataGrid中的表头居中,下面的记录右对齐?的主要内容,如果未能解决你的问题,请参考以下文章