-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing Orientation check in VirtualizingStackPanel (#17135)
* Fix missing Orientation check in VirtualizingStackPanel > CalculateMeasureViewport * Added UnitTests ScrollIntoView_Correctly_Scrolls_Right_To_A_Page_Of_[Smaller/Larger]_Items for the horizontal orientation * Revert "Added UnitTests ScrollIntoView_Correctly_Scrolls_Right_To_A_Page_Of_[Smaller/Larger]_Items for the horizontal orientation" This reverts commit 9aa7ac2. * Added VirtualizingStackPanelTests horizontal unittests * Changed SV orientation before settings Template * fixed missing orientation on target * Revert "fixed missing orientation on target" This reverts commit 8f304d0. * Fix missing orientation assignment.
- Loading branch information
Showing
2 changed files
with
123 additions
and
31 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