This question is locked. New answers and comments are not allowed.
I'm trying to hide a column that has values in it, but the text still renders in the control. I don't see a property on the columns that would allow for hiding other than resizing it to 0 like this:
Does anyone have any other suggestions?
column.ClearWidth();column.SetWidth(new ColumnWidth(width, true));Does anyone have any other suggestions?
