Silverlight Controls : How to use ComboBox control in Silverlight - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Saturday, June 4, 2011

Silverlight Controls : How to use ComboBox control in Silverlight

In this article let us learn how to use ComboBox control in a Silverlight application. ComboBox is one of the most important control in Silverlight. It is mainly useful when we want to group some of your Silverlight elements at one place. The main advantage of combobox in silverlight is, we can place any silverlight control into it as child items.

As usual, open visual studio and select Silverlight project. We can notice that there is a Grid layout in our MainPage.xaml.  Remove the default Grid layout and just drag and drop the Stack panel Layout into our application. The code for this looks like as


Read more: Source

No comments:

Post a Comment