I have an Ultra List View locked to Details. Two subitems are Image columns. One of the columns displays as expected, and the other appears with a drop shadow.
Both images are 16px high. How do I turn off the shadow? The image is small, and the drop shadow shrinks it even more to accommodate the shadow.
Both images have been attached above and are transparent background PNG files. Here is the code I used to create the UltraListViewItem
var ulviType = new UltraListViewSubItem(l.Position == FilterPosition.Prefix ? Properties.Resources.prefix : Properties.Resources.suffix, null); var ulviImage = new UltraListViewSubItem(l.Exclusion ? Properties.Resources.delete1 : Properties.Resources.tick, null); var ulvi = new UltraListViewItem(l.Raw, new UltraListViewSubItem[]{ ulviType, ulviImage }, l); ulvi.Appearance.Image = Properties.Resources.filter; lstFilters.Items.Add(ulvi);
I really appreciate any help you can provide.
Thanks for letting me know that inline images don't work. I have devised a workaround.
Hello ,
Paste the image into a document file or MS image save it and then attach a file would wor, inline image dosent work , but also image wont be sufficient to find the cause of the issue, as i said please attach one demo sample would help to analyze the issue .
I have tried many times to include the images. They appear in the editor before posting but are removed as soon as they are posted. I'll try adding them to this reply, but I don't know if it will work.
Hello Mathew,
Thank you for the post. I believe you attached inline images which dint come through, please attached the jpg image to have a loo.
Also if possible please attach a demo sample for better understanding the issue, Because if one image is rendering correctly but not the other then there must be something in your code ,you are setting something causing this behavior.
I will work on your sample and could provide you more information.
Thank you.