Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous row when the current row's last/first cell is focused.
public bool AutoMoveRowFocus { get; set; }
Public Property AutoMoveRowFocus As Boolean
End-users can move focus between row cells using the left and right arrow keys.