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
845
Invisible column border in WPF xamGrid
posted

We have several xamGrids in our application but one (which just has text columns) is missing the border between two of the columns.

The columns can be moved, hidden, shown and resized OK. In some cases the border reappears, but for the most part it's missing.

The definition of the grid is no different to other grids that display fine.

<ig:XamGrid x:Name="LocationsXamGrid"
            Grid.Row="1"
            DataSource="{Binding LocationsDataSource, Mode=OneWay}"
            AutoGenerateColumns="False">

What have we missed in this case?