-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Scroller/ScrollViewer's AnimationMode.Auto enum value (#850)
* Calling Scroller.ScrollBy instead of Scroller.ScrollFrom when handling user input while animations are turned off. * Updating ScrollViewer gamepad tests to account for Scroller.ScrolllBy usage. * Adding test coverage for AnimationMode.Auto. * Re-enabling Scroller's BasicAlignment, BasicMarginAndAlignment, ImageWithConstrainedWidth, ImageWithConstrainedHeight tests on RS5+. * Using lambda for isAnimationsEnabled evaluation. * Improved reliability of ScrollViewerTestsWithInputHelper's WaitForBoxChecked and WaitForScrollViewerOffsets.
- Loading branch information
Showing
24 changed files
with
452 additions
and
239 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
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.