GestureRecognizer.AutoSelect
AutoSelect
Determines if this component should automatically be selected whenever it's navigated to.
Remarks
If OnSelect is set to ScopeNavigation,
setting this to true
will effectively allow navigation moves to pass through
the attached UIBlock onto the navigable descendant closest to the navigation
source.
Declaration
public bool AutoSelect { get; set; }