ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMPopupLayout Class / ColumnWidths Property

In This Topic
    ColumnWidths Property
    In This Topic
    Gets or sets the array of column width values in percentage of the table width (0-100).
    Syntax
    public double[] ColumnWidths {get; set;}
    Public Property ColumnWidths As Double()
    Remarks
    The sum of the array of width percentage values should be equal to 100.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also