ArcGIS Pro 3.3 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 Task SetFrozenFieldsAsync( 
       List<string> fieldNames
    )
    Public Function SetFrozenFieldsAsync( _
       ByVal fieldNames As List(Of String) _
    ) As Task

    Parameters

    fieldNames
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also