I have an ItemsControl, with its ItemsSource bound to a list of items. The size of each of the items is as small as they can be, what I need is for the control and the items
The Grid as Template won't work since items are put over under. Using a DockPanel works fine: