I want to make ListBox arrange its items horizontally instead of vertically. How it is possible in WPF?
Answer / Ashish Suman
You can make a ListBox display items horizontally by setting the Orientation property to Horizontal:
```xaml
<ListBox Orientation="Horizontal" ItemsSource="{Binding MyItems}">
<!-- ... -->
</ListBox>
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of xaml?
How you close a ToolTip that is currently showing in WPF?
What is a wpf form?
What is expression blend?
How to exit a wpf app programmatically?
What is windows application example?
Is prism a part of wpf?
What is winform application?
What is difference between Silverlight and WPF?
What is the series of event fired for application shutdown in wpf?
What is a DependencyProperty?
What is wpf visual studio?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)