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 difference between Silverlight and WPF?
What are various ways of doing alignment in wpf?
Explain the advantages of wpf?
What can you do in expression blend that you cannot do in visual studio?
Why do we need wpf?
Write down the syntax for resources in wpf.
Why do we need to have these perspective of visual and logical tree in wpf?
Where does the execution start in a WPF application?
What are the core wpf assemblies?
What is a wpf form?
Which namespace provide classes for integration with wpf and win32?
Which is the Parent class Control class in WPF?
1 Answers Sans Pareil IT Services,
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)