Hi,
In the RadListView control, my data source is grouped twice.
I want, like the default ListView, that the group header stay at the top of the listview when I scroll until we reach an other group.
I want also that the bottom border of the group is gray.
I try that with no success :
Thanks in advance,
Geoffrey
In the RadListView control, my data source is grouped twice.
I want, like the default ListView, that the group header stay at the top of the listview when I scroll until we reach an other group.
I want also that the bottom border of the group is gray.
I try that with no success :
1.
<
data:RadListView.GroupHeaderStyle
>
2.
<
Style
TargetType
=
"primitives:ListViewGroupHeader"
>
3.
<
Setter
Property
=
"Background"
Value
=
"Transparent"
/>
4.
<
Setter
Property
=
"BorderBrush"
Value
=
"Gray"
/>
5.
<
Setter
Property
=
"BorderThickness"
Value
=
"0,0,0,1"
/>
6.
</
Style
>
7.
</
data:RadListView.GroupHeaderStyle
>
Thanks in advance,
Geoffrey