-
Notifications
You must be signed in to change notification settings - Fork 814
Open
Labels
area-ScrollingbugSomething isn't workingSomething isn't workingteam-ControlsIssue for the Controls teamIssue for the Controls team
Description
Describe the bug
When scrolled to the bottom of a list with a ScrollViewer that is configured to anchor at the extent (VerticalAnchorRatio = 1.0) then the viewport should automatically shift to track the very end, but it doesn't always.
Steps to reproduce the bug
Steps to reproduce the behavior:
- Clone the https://github.com/micahl/bottomsuplist repo
- Checkout the oldscrollviewer branch which uses the Windows.UI.Xaml.Control.ScrollViewer to host an ItemsRepeater
- Build and run the solution
- Ensure you're scrolled all the way to the bottom.
- Enter a few text messages in quick succession.
Expected behavior
The newly added messages at the bottom of the list should always appear in view.
Actual behavior
The viewport may not automatically shift so that the message doesn't appear in view and at that point it tracks what is in view so that all subsequent messages continue to appear below the fold.
Version Info
NuGet package version:
Microsoft.UI.Xaml 2.1.190405004]
| Windows 10 version | Saw the problem? |
|---|---|
| Insider Build (18362) | Yes |
| October 2018 Update (17763) | Yes |
| Device form factor | Saw the problem? |
|---|---|
| Desktop | Yes |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-ScrollingbugSomething isn't workingSomething isn't workingteam-ControlsIssue for the Controls teamIssue for the Controls team