Flex 4 Spark DataGrid 样式指南

1  <!--选中行边框颜色-->
2 <s:stroke>
3 <s:SolidColorStroke id="caretIndicatorFill" color="0x0167FF" weight="1"/>
4 </s:stroke>
 1 <!--
2
3   网格中竖线的样式,去掉线条直接 <s:Rect/>
4
5 -->
6 <fx:Component id="columnSeparator">
7 <s:Rect>
8 <s:stroke>
9 <s:SolidColorStroke color="0x0167FF" weight="1"/>
10 </s:stroke>
11 </s:Rect>
12 </fx:Component>
<!--网格中横线的样式-->
<fx:Component id="rowSeparator">
<s:Rect />
</fx:Component>
<!--头部背景颜色 继承GridItemRenderer类 或 DefaultGridHeaderRenderer类-->
<s:Rect id="lowlight" width="100%" height="100%" alpha="1">
<s:fill>
<s:SolidColor color="0xF0F0F0"/>
</s:fill>
</s:Rect>





转载于:https://www.cnblogs.com/kakaflex/archive/2012/02/07/2341589.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值