I've tried so many properties to no avail. In my drop-down box there are lines or borders that seperate each row. How do I turn this off?
private void ultraCombo1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e) { UltraGridOverride ov = e.Layout.Override; ov.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None; ov.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.None; }