Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
267
FixedHeaderOnImage native size?
posted

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.

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi,

    It's 9x9.

    I figured this out with the following line of code:


                Debug.WriteLine(this.ultraGrid1.DisplayLayout.FixedHeaderOnImage.Size);

Children