June 2010
1 post
How to show several items in the same line using...
Recently I misunderstood a question in StackOverflow and begin to investigate if it is possible to show several items in the same line. At first, I thought that you must show the items either vertically or horizontally, but that is not the case, you can change the full panel where the items are shown by changing the ItemsPanel
<ListBox ItemsSource=”{Binding}”> ...