MVVM Toolkit Sample App in Store: Missing Scroll Bars
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
.
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.....