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