ItemsControl DataTemplate Items showing side by side
问题 I've been researching this for quite long time now, can't find the answer. How can I display each item in my itemscontrol side by side? The following code displays each item's content side by side (label and textbox), but the next item is shown underneath. Let's say I have 3 items in my ItemsControl. The current behaviour is: Label Textbox Label Textbox Label Textbox What I want is: Label Textbox Label Textbox Label Textbox (side by side) The current code uses a stack panel whick sets the