MahApps.Metro icon indicating copy to clipboard operation
MahApps.Metro copied to clipboard

ScrollViewer PanningMode maximized window flickering

Open tonecool opened this issue 6 years ago • 0 comments

Describe the bug When MetroWindow is in normal state everything seems to works fine. When maximized there are strange flickering on top or bottom (depending of panning direction) when scrollviewer reaches the scrolling end. The flickering is not clearly visible on captured screen GIF I provided, you can only see window not moving at all. The same behavior is not reproduced with default wpf window.

To Reproduce Steps to reproduce the behavior: Simply create ScrollViewer with PanningMode set and maximize window

...

Expected behavior The same as default window I guess. When scroller reaches the end window is getting moved a little bit to signal the user it reached the end of the list.

Screenshots Here are two examples with MetroWindow and System.Windows.Window dkcfIPFfqK K5MtSKuskW

Environment(please complete the following information): Tested with: - MahApps.Metro version 1.6.5 and 2.0.0-alpha0479 the same behavior

  • OS: [e.g. Win10 1903]
  • Visual Studio 2019 16.2.4
  • .NET Framework 4.7.2

Repo

Additional context You gonna need touch screen to reproduce this or somehow emulate touch behavior.

tonecool avatar Sep 19 '19 11:09 tonecool