jacky_zh 发表于 2016-7-7 11:23:52

C1flexgrid 样式问题

本帖最后由 jacky_zh 于 2016-7-7 12:53 编辑


为什么我修改了选中的样式,但是效果如下:
代码:
<c1:C1FlexGrid ItemsSource="{Binding PersonsCollection}" AutoGenerateColumns="False"
                   HeadersVisibility="Column"SelectionMode="ListBox"
                   BorderBrush="#FFA3AEB9"BorderThickness="1" GridLinesVisibility="All"
                   CursorBackground="Transparent"
                   SelectionBackground="Red"                  
                           Name="flex"   />




如何能让整行的选中颜色都是red

jacky_zh 发表于 2016-7-7 12:53:40

已解决。CursorBackground="Transparent" 修改为CursorBackground="red"即可。呵呵

Alice 发表于 2016-7-7 14:21:29

jacky_zh 发表于 2016-7-7 12:53
已解决。CursorBackground="Transparent" 修改为CursorBackground="red"即可。呵呵

谢谢您的反馈。
您说的很对:hjyzw:

此问题关闭,如果有新问题欢迎开新帖。
页: [1]
查看完整版本: C1flexgrid 样式问题