Hello,
after resizing the width of columns, which are added to a certain group, the header of the group gets cut off :-(
The resizing is done programmatically with: columns.PerformAutoResize(PerformAutoSizeType.AllRowsInBand, true);and works fine.
But now, the group header shrinks as well and the caption is cut off.
How can I avoid this behaviour?
Thanks for your help!
The group width is the sum of the widths of the columns in that group. So if you make the columns too small, the group will get smaller.
The easiest thing to do would probably be to add up the widths of the columns in the group after you perform the resize on them. Then if the total is too small, add a little extra width to one column to make the group big enough. Or, maybe distribute the extra space amongst all of the columns.
Hi Mike,
I have the same problem, the group by text (drag a column header here to group by that column) is cut off. It looks fine in the design view, but after i built the solution, the group by text is cut off.
Would you be able to help?
Thanks