Removed TabIndex etc...

This commit is contained in:
Tig
2024-08-26 13:00:59 -07:00
parent 03f7b687d6
commit 1b1a2524e7
16 changed files with 664 additions and 672 deletions

View File

@@ -1232,7 +1232,7 @@ public class OverlappedTests
Assert.Equal (superView.MostFocused, current);
// Act
ApplicationOverlapped.SetFocusToNextViewWithWrap (Application.Current.SuperView.TabIndexes, NavigationDirection.Forward);
ApplicationOverlapped.SetFocusToNextViewWithWrap (Application.Current.SuperView.Subviews, NavigationDirection.Forward);
// Assert
Assert.True (view1.HasFocus);