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 'one-way-to-source' binding property?
What is the use of wpf application?
What are the major subsystems of the Windows Presentation Foundation?
What is value converter in wpf?
What are static resources in wpf?
What is the basic difference between events and commands in the mvvm model?
What are the four general kinds of xaml elements?
What are the types sibling libraries in wpf?
How can command-line arguments be retrieved in a WPF application?
What is the use of "system.windows.markup" namespace in wpf?
Can wpf run on windows 7?
What is windows form application?
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)