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
1467
Hierarchical Grid with RowSizing = RowSizing.AutoFree and CellMultiLine = DefaultableBoolean.True
posted

I have a hierarchical grid with the following properties set in the overrides of all bands: RowSizing = RowSizing.AutoFree and CellMultiLine = DefaultableBoolean.True.  Column widths for all bands are synchronized. When I change a column width in any  band, the widths of that column in all the other bands change in unison.

When I drag on the border of a column header for a band, the widths of all rows in all bands change in unison. However, only the rows in the band in question autosize in height -- any row in the band that has a cell whose text is too long to fit in a single line automatically adjusts in height, and the text wraps as needed. Rows in other bands do not autosize.

This might not be too bad, but normally I hide all the column headers except for the header for Band 0. So the only way I can figure out to get the other bands to resize is to reload the grid.

When I adjust the column width in Band 0, is there a way to force the row heights in all the other bands to autosize?