-
Notifications
You must be signed in to change notification settings - Fork 692
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move NavigationView to Repeater (#1683)
* replaced listview with repeater * removed NavigationViewList from DisableAnimationsStyles * fixed release build error * addressed some comments * addressed some more comments * items repeater update * addressed more comments * removed state machine * addressed more comments * fixed settings * fixed SelectionChanged raised due to initialization order * fixed merge * added datacontext use case page and test * addressed comments * addressed more comments * re-added downlevel testpages * updated focus navigation behavior - update focus behavior - fix repeater bug * fixed pane content width bug * updated/fixed tests * updated masters * fixed/updated tests * addressed comments * reverted downlevel flag behavior reverted ShouldPreserveNavigationViewRS4Behavior and ShouldPreserveNavigationViewRS3Behavior to old behavior. Old behavior was inccorectly determining OS version, however updating to correct behavior breaks tests, so reverting to old behavior for now * added repeater API test, fixed pre-rs5 header visibility test * updated masters * moved preview API call, reset masters * address comment * updated visual verification test
- Loading branch information
Showing
69 changed files
with
10,242 additions
and
17,776 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
// DO NOT EDIT! This file was generated by CustomTasks.DependencyPropertyCodeGen | ||
#include "pch.h" | ||
#include "common.h" | ||
#include "NavigationViewAutomationPeer.h" | ||
|
||
namespace winrt::Microsoft::UI::Xaml::Automation::Peers | ||
{ | ||
CppWinRTActivatableClassWithBasicFactory(NavigationViewAutomationPeer) | ||
} | ||
|
||
#include "NavigationViewAutomationPeer.g.cpp" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.