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
775
AllowColumnSizing issue
posted

Hello,

I'm running into an issue with AllowColumnSizing. I have a grid with a series of nested bands, and while normally I would like the columns to align across the bands, I do not want this to happen for this particular grid. One of the bands starts off displaying an image (gridcolumn.CellAppearance.Image = image;), and then after that image a set of columns. When I tried setting the value of AllowColumnSizing to be Free or None, the first column on my band gets squashed and hidden behind the image. How can I keep this from happening without hardcoding a width value for the first column in the band? Right now I have hardcoded the width value so I can see the "hidden" field, but that is not the optimal solution.

I have attached some screenshots which show the issue.

Thank you!

Steve

AllowColumnSizingIssueExample.zip
Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Steve,

    I'm not sure I understand what I'm looking at here. I see that the image in the first screen shot is scaled down a bit. But what do you mean when you say it's "hiding the display of the first field for that band?" What exactly is being hidden?

    Also.. it's not clear to me if this image is an image inside a cell with some data - so it's an Image on an Appearance. Or if this is an image column whose data contains images.

Children