Hello. When I am resizing my GridView some cells can be displayed without borders (like merged) (in Expression dark theme, other themes work fine). Is it bug?
UPDATE: In other themes I found the same problem. I was doing very fast horisontal resizing
Style to my GridView
Thanks
UPDATE: In other themes I found the same problem. I was doing very fast horisontal resizing
Style to my GridView
<
Style
x:Key
=
"GridViewStandardStyle"
TargetType
=
"{x:Type controls:OlbGridView}"
>
<
Setter
Property
=
"IsReadOnly"
Value
=
"True"
/>
<
Setter
Property
=
"GroupRenderMode"
Value
=
"Flat"
/>
<
Setter
Property
=
"VirtualizingStackPanel.IsVirtualizing"
Value
=
"True"
/>
<
Setter
Property
=
"AutoGenerateColumns"
Value
=
"False"
/>
<
Setter
Property
=
"ShowGroupPanel"
Value
=
"False"
/>
</
Style
>
Thanks