Public ReadOnly Property CanZoomToHighlighted As Boolean
public bool CanZoomToHighlighted {get;}
{ if (tableView.CanZoomToHighlighted) tableView.ZoomToHighlighted(); if (tableView.CanPanToHighlighted) tableView.PanToHighlighted(); }
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)
TableView Class TableView Members