I am able to use a GIF with a transparent background and various dimensions for FixedHeaderOnImage. The ultragrid is scaling it. What is the native size that it scales it to? I'd like my source image to match. Help doesn't specify.
Thank you.
Hi,
It's 9x9.
I figured this out with the following line of code:
Debug.WriteLine(this.ultraGrid1.DisplayLayout.FixedHeaderOnImage.Size);
Thanks for the quick reply Mike. Can you cc' the doc group ;) ? Thanks for your help.