public IntPicker() { defaultItem = new DefaultItem(); DropDownStyle = ComboBoxStyle.DropDownList; DropDownHeight = Dpi.ScaleY(500); DrawMode = DrawMode.OwnerDrawVariable; Font = Fonts.ControlText; }
public IntPicker() { defaultItem = new DefaultItem(); DropDownStyle = ComboBoxStyle.DropDownList; DropDownHeight = 500; DrawMode = DrawMode.OwnerDrawVariable; Font = Fonts.ControlText; }
public DefaultComboBox() { defaultItem = new DefaultItem(); DropDownStyle = ComboBoxStyle.DropDownList; Font = Fonts.ControlText; }