You’re on the right track. You just need to create a Style
and apply it to the ItemsControl.ItemContainerStyle
. Then, in the style, specify a setter for the Grid.Row
and Grid.Column
. The ItemContainerStyle
will get applied to the containers generated for each item.