silverlight 3.0 - Populate DataFormComboBoxField from a list -
Do anyone know how to populate a DataFormComboBoxField from a regular list in SilverFight 3 Beta? Such a meaningful document or example is not online anywhere.
Thanks Steve
Actually this is not as easy as
Private zero dfEmailForm_Loaded (Object Sender, RoutedEventArgs e) {DataFormComboBoxField dfc = new DataFormComboBoxField (); Dfc.ItemsSource = New list & lt; String & gt; () {"Type A", "Type B"}; Dfc.ItemsSource = lstEmailType; }
But in the loaded area for the data format it has.
Comments
Post a Comment