I want to place an image in each day in the month view. The image varies day to day. I want the image to scale with the form/size of day element, so I want to use ImageBackgroundStyle.Stretched. However, this has such a radical affect on the quality of the image its a good as chocolate teacup. I've tried with a whole range of image sizes and qualities. All get degraded to a blurr, as though I've provided a very small image. Not at all suitable for anything.Maybe I'm missing something. Is there some compression setting that can be tweaked?I'm using the following code...Dim myImage As new System.Drawing.Bitmap("c:\image.png")UltraCalendarLook1.GetDayLook(theDate, True).Appearance.ImageBackground = myImage UltraCalendarLook1.GetDayLook(theDate, True).Appearance.ImageBackgroundStyle = ImageBackgroundStyle.StretchedThanks in advance!
Thanks for your response, but telling me not to use a feature because its sucks isn't really very helpful. The issue is obviously down to the algorithm that is used to stretch the image. Other applications don't have problems stretching images. Maybe you should look into upgrading this feature so that it might actually be usable.
What you describe here is the result of stretching the image, you might want to not stretch it.