ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / CanPanToHighlighted Property

In This Topic
    CanPanToHighlighted Property (TableControl)
    In This Topic
    Determines if the table can pan to the highlighted rows. The table control must be showing the Selected Records view. Will return false if the associated TableControlContent is created from an item.
    Syntax
    public bool CanPanToHighlighted {get;}
    Public ReadOnly Property CanPanToHighlighted As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also