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 Reply Children
No Data