Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
515
XamDataGrid CellBorder thickness - single pixel
posted

Hello:

Refer to the code (zipped file) you provided in

http://www.infragistics.com/community/forums/t/93426.aspx

The Cell Borders looks to be two pixels (I'm assuming one for each side of adjacent cells), how can I have one pixel so the grid lines look razor thin?

I was looking at BorderThickness in:

<Style x:Key="CellStyle" TargetType="{x:Type igDP:CellValuePresenter}">
<Setter Property="BorderBrush" Value="{DynamicResource CellBorderBrush}" />
<Setter Property="BorderThickness" Value="0.25" />

...

but it simply fades the lines a bit

Thx