Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
UltraComboEditor: DataSource and ValueListItems with Image
posted

Hello,

I'm using a DataSource for my Combo Editor. I need an Image for each Item in the Combo Editor.
Is there a way that lets me set the Image more comfortable?
May be via a specified Image in the DataSource?

At the moment I'm using this:

// Set the DataSource
this.ultraComboEditor1.DataSource = someDataSource;

// Set the Images
foreach (ValueListItem item in this.ultraComboEditor1.Items)
{
   item.Appearance.Image = someImage;
}

Parents
  • 340
    posted

    Hi,

    could anyone of the IG team be so nice to answer this post.

    I'm looking for the same thing.

     

    Cheers

Reply Children