CommunityToolkit / MVVM-Samples

Sample repo for MVVM package
Other
1.11k stars 222 forks source link

MVVM Toolkit Sample App in Store: Missing Scroll Bars #93

Open jptemplin opened 2 years ago

jptemplin commented 2 years ago

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 .

RobertK66 commented 1 year ago

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

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.....