I have a problem with my ListBox in WPF. First of all, I have a horizontal ListBox with custom ItemTemplate. Now, I want to stretch the items, so that the items fits over the co
Don't use a StackPanel, use an UniformGrid instead.
StackPanel
UniformGrid