How to put 2 ListBoxItem on same row?
when you have a number of ListBoxItems in a ListBox, they′re listed one item per row.
But what if my ListBox.Width = 300 and my ListBoxItem.Width = 100 then there′s some waste of space. Before I dig in to it I just want to know if the way to do it (if doable) is by overriding some methods that′s placing the itmes out so I can manually place them out, animate them etc..
Well, why don′t I use like a Stackpanel ? I need to use a control that inherits from ItemsControl so I can use ItemsSource to databind my object in xaml.
Would be grateful for some hints in the right direction
Have a nice day
/erik

