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
已解决。CursorBackground="Transparent" 修改为CursorBackground="red"即可。呵呵 jacky_zh 发表于 2016-7-7 12:53
已解决。CursorBackground="Transparent" 修改为CursorBackground="red"即可。呵呵
谢谢您的反馈。
您说的很对:hjyzw:
此问题关闭,如果有新问题欢迎开新帖。
页:
[1]