Esempio n. 1
0
 private static void ComboBoxDropDownWidthFitToContent(System.Windows.Forms.ComboBox cbo)
 {
     cbo.DropDownWidth = ParameterPropertyForm.GetLargestTextExtent(cbo);
 }