Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Show UltraColorPicker in UltraListView cell

    I have a UltraListView that I populate with columns like this:

    UltraListViewSubItemColumn sic = new UltraListViewSubItemColumn();

    sic.DataType = typeof(System.Drawing.Color);

    sic.EditorControl = new Infragistics.Win.UltraWinEditors.UltraColorPicker…