How can I get a Grid to draw Borders for blank cells?
问题 I have an ItemsControl which uses a Grid as the ItemsPanelTemplate , and sets the Grid.Column and Grid.Row on the ItemContainerStyle to position data items in the grid Is there a way to either add GridLines to the Grid, or to fill in the blank cells with a Border? Right now I have ShowGridLines set to True which makes the dotted lines, however I want Horizontal lines to show up, and I'd prefer solid GridLines There is a rather large amount of XAML, but here's a screenshot of how my XAML is