Hi,
I am using the Q3 release.
I simply want to keep the RadBinaryImage width to 50 pixels, no matter what the image is.
I am doing this -
RadBinaryImage1.DataValue = bt
RadBinaryImage1.Visible = True
RadBinaryImage1.Width = 50
RadBinaryImage1.ResizeMode = BinaryImageResizeMode.Fit
RadBinaryImage1.DataBind()
but no matter what, the image (my test is about 400 px wide) will display full size. What am I doing wrong here?
I am using the Q3 release.
I simply want to keep the RadBinaryImage width to 50 pixels, no matter what the image is.
I am doing this -
RadBinaryImage1.DataValue = bt
RadBinaryImage1.Visible = True
RadBinaryImage1.Width = 50
RadBinaryImage1.ResizeMode = BinaryImageResizeMode.Fit
RadBinaryImage1.DataBind()
but no matter what, the image (my test is about 400 px wide) will display full size. What am I doing wrong here?