var fontComboBox =this.Find<ComboBox>("fontComboBox");fontComboBox.Items=FontManager.Current.GetInstalledFontFamilyNames().Select(x =>newFontFamily(x));fontComboBox.SelectedIndex=0;
SelectedIndex
Gets or sets the index of the selected item.
SelectedItem
Gets or sets the selected item.
SelectedItems
Gets the selected items.
AutoScrollToSelectedItem
Gets or sets a value indicating whether to automatically scroll to newly selected items.
SelectionMode
Gets or sets the selection mode.
IsDropDownOpen
Gets or sets a value indicating whether the dropdown is currently open.
MaxDropDownHeight
Gets or sets the maximum height for the dropdown list.