 | ControlGridColumnWidths Property |
Column sizes.
Array length is expected to be the same length as the number of columns.
Each item in the array corresponds with the size of the column index.
Use integer to size columns by ratio or "Auto".
Default value is ["Auto", "Auto", "Auto"].
Namespace: AxiomCore2.ControlsAssembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntaxpublic Object[] ColumnWidths { get; set; }Property Value
Object
See Also