ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / SetFrozenFieldsAsync Method

In This Topic
    SetFrozenFieldsAsync Method (TableControl)
    In This Topic
    Sets the specified fields to be frozen in the table control. Frozen fields are promoted to be the first visible fields in the table control and stay visible as the table control is scrolled horizontally. A divider bar is placed between the frozen fields and the remaining fields in the table. The specified list of fields are added to any existing fields that are already frozen.
    Syntax
    Public Function SetFrozenFieldsAsync( _
       ByVal fieldNames As List(Of String) _
    ) As Task
    public Task SetFrozenFieldsAsync( 
       List<string> fieldNames
    )

    Parameters

    fieldNames
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also