Hi, my grid gets a bindinglist of Objects. One property of the object is a Bitmap. The Bitmap is 16x16 Pixel, but if the row gets higher because another colum is cellmulitline=true, the Bitmap gets bigger, too. I don't want this. I want the Bitmap in Center and top of the cell and 16x16. Nothing else. How can i manage this?
Thank you!
Hello Judith,
I tried to reproduce the image size being altered when cellmultiline is enabled issue using the attached sample. However, I was not able to observe the behavior you mentioned.
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.
If the project does not work correctly, then the change in behavior is due to differences in your environment from mine and these differences can be anything from operating system version to the specific version of the Infragistics DLL versions used. My test was performed using version 2017.1.20171.1000 in Infragistics for WindowsForms 2017 Vol1.
Please provide more details about your machine and version of the assemblies that you are referencing so that I can modify the environment that I am testing in to match yours.
If the project does show the product feature working correctly, then more information will be needed to reproduce the issue in a sample that can be used for debugging. It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing. This can be done by either making the sample that I provided more like your application or by isolating the behavior from your application by removing dependencies on any third parties or databases.
Please let me know if I can provide any further assistance.
Sincerely,Sahaja KokkalagaddaAssociate Software Developer
Thank you! It was my fault. One of my images was not 16x16. :-((( Sorry! And this was the one with i tested the whole time...grrrr