MVVM-Samples icon indicating copy to clipboard operation
MVVM-Samples copied to clipboard

MVVM Toolkit Sample App in Store: Missing Scroll Bars

Open jptemplin opened this issue 3 years ago • 1 comments

Hello,

In the Store app, in the "Putting Things Together > The Final Result" section, there are scroll bars missing in both the "XAML" and "C#" tabs. You can't read all the code without them No Scroll Bars .

jptemplin avatar Aug 04 '22 23:08 jptemplin

adding to this: On every page of the sample App, when using the mouse wheel to scroll, it shows 'unexpected' behavior:

  • if the mouse pointer is positioned over one of the XAML or Code Widgets (grayed background) scrolling does not work at all!

You can get used to this by positioning the cursor on the small left area, where no gray background is shown. Otherwise (cursor in the middle of the screen) the scroll wheel experience gets 'stuttering' because if you happen to land in a code widget your scrolling stops there and gets stuck....

I think there is some mouse/event handling 'swallowed' by the code widget.

Unfortunately, on the page described above the workaround with the 'left area' does not work there. So I also did'n find a way to read this final example.....

RobertK66 avatar Aug 14 '23 08:08 RobertK66