CRXPF0009 - AutoWidth and relative column width are used together
In This Article
Severity: Error
The analyzer detects that you use relative (star) values to specify a column’s Width property, and the TableView.AutoWidth or TreeListView.AutoWidth property is set to true. In this case, the GridControl does not apply relative column widths.
#Examples
#Invalid Code
#Valid Code
#How to Fix
Set the TableView.AutoWidth or TreeListView.AutoWidth property to false if you use relative (star) values to specify a column’s Width property.
Refer to the following help topic for more information: Resize Columns in Code.