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 the use of xaml?

1 Answers  


How you close a ToolTip that is currently showing in WPF?

1 Answers   Tech Mahindra,


What is a wpf form?

1 Answers  


What is expression blend?

1 Answers  


How to exit a wpf app programmatically?

1 Answers  


What is windows application example?

1 Answers  


Is prism a part of wpf?

1 Answers  


What is winform application?

1 Answers  


What is difference between Silverlight and WPF?

1 Answers   MindCracker,


What is the series of event fired for application shutdown in wpf?

1 Answers  


What is a DependencyProperty?

1 Answers  


What is wpf visual studio?

1 Answers  


Categories