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
950
AutoFitColumn and ViewStyle.FreeForm
posted

I'm not having much luck having my columns automatically resized. My ultratree is freeform and I create columns and populate data on the fly. Columns are added to ColumnSet on node's Override. I tried doing ultraTree1.columnSettings.AutoFitColumns = AutoFitColumns.ResizeAllColumns; but this does nothing at all. Tried calling PerformAutoResize on columns in Node's Override ColumnSet also to no effect. Clearly I'm missing something here. Please help.