Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


I want to make ListBox arrange its items horizontally instead of vertically. How it is possible in WPF?



I want to make ListBox arrange its items horizontally instead of vertically. How it is possible in W..

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

Post New Answer

More WPF Interview Questions

What is difference between Silverlight and WPF?

1 Answers   MindCracker,


What are various ways of doing alignment in wpf?

1 Answers  


Explain the advantages of wpf?

1 Answers  


What can you do in expression blend that you cannot do in visual studio?

1 Answers  


Why do we need wpf?

1 Answers  


Write down the syntax for resources in wpf.

1 Answers  


Why do we need to have these perspective of visual and logical tree in wpf?

1 Answers  


Where does the execution start in a WPF application?

1 Answers  


What are the core wpf assemblies?

1 Answers  


What is a wpf form?

1 Answers  


Which namespace provide classes for integration with wpf and win32?

1 Answers  


Which is the Parent class Control class in WPF?

1 Answers   Sans Pareil IT Services,


Categories