ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / InspectorProvider Class / SharedFieldColumnSizeID Method

In This Topic
    SharedFieldColumnSizeID Method
    In This Topic
    Gets a unique GUID for any inspector created from this provider. Use this to control the width of the first column (field name or alias) across multiple inspector grids. If multiple inspectors use the same GUID, then the inspector grids for each will appear with shared column widths.
    Syntax
    public virtual Guid SharedFieldColumnSizeID()
    Public Overridable Function SharedFieldColumnSizeID() As Guid
    Remarks
    Normally the inspector grid sizes the first column width (field name or alias) to be as long as needed to show the longest field name in the inspector. If multiple inspectors use the same GUID, then they are coupled together so that the first column width is as long as needed to show the longest field name of the the combined inspectors.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also