I recently upgraded the reference of the toolkit in one of my projects from version 1.1 to 1.3.1. Now I am seeing that the vertical scroll bar (when setting the ScrollViewer.VerticalScrollBarVisibility property to "Hidden") of the AdaptiveGridView is not hiding anymore as it did before. The same holds for version 1.2.
I additionally set up a MWE to reproduce this "behavior". Is this intended?
Thanks in advance.
Looks like this was introduce with some OneRowMode changes https://github.com/Microsoft/UWPCommunityToolkit/commit/7e8787dd2c20151e725788d33616f51a8710f5dd#diff-64e763d776268be5661a9954709df928R180
Not sure why it is forcefully set to visible.
Ping @andriikrupka
It's set to visible because it's set to Disabled when using OneRowMode. We should probably save the previous value and set it to that
I'll fix it
Most helpful comment
I'll fix it