All,
after upgrading to the latest control versions of Telerik all of my comboboxes in the ribbonbar got ugly somehow.
Please see the screenshot attached for reference.
I didn't touch anything and even if I create a new dropdown in the ribbon it looks the same way
here is the Designer code for this particular control. Please note that I am using the Office2010 theme.
after upgrading to the latest control versions of Telerik all of my comboboxes in the ribbonbar got ugly somehow.
Please see the screenshot attached for reference.
I didn't touch anything and even if I create a new dropdown in the ribbon it looks the same way
here is the Designer code for this particular control. Please note that I am using the Office2010 theme.
Me.cmbReferenceWeek.ArrowButtonMinWidth = 16Me.cmbReferenceWeek.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppendMe.cmbReferenceWeek.AutoSize = FalseMe.cmbReferenceWeek.Bounds = New System.Drawing.Rectangle(0, 0, 100, 22)Me.cmbReferenceWeek.DefaultValue = NothingMe.cmbReferenceWeek.EditorElement = Me.cmbReferenceWeekMe.cmbReferenceWeek.EditorManager = NothingMe.cmbReferenceWeek.Focusable = TrueMe.cmbReferenceWeek.FormattingEnabled = TrueMe.cmbReferenceWeek.MaxValue = NothingMe.cmbReferenceWeek.MinSize = New System.Drawing.Size(140, 0)Me.cmbReferenceWeek.MinValue = NothingMe.cmbReferenceWeek.Name = "cmbReferenceWeek"Me.cmbReferenceWeek.NullTextColor = System.Drawing.SystemColors.GrayTextMe.cmbReferenceWeek.NullValue = NothingMe.cmbReferenceWeek.OwnerOffset = 0Me.cmbReferenceWeek.StretchVertically = FalseMe.cmbReferenceWeek.Text = ""Me.cmbReferenceWeek.Value = Nothing