ScrollView + Grid = buggy?

Hi, first time using Scroll View. This is a default ScrollView + Grid + Content Size Fitter + few Images added. I find a few issues

  1. Unchecking Horizontal bar, it still gets drawn.

  2. Changing the content size fitter, the layout becomes unstable.

Is this how it is supposed to work?


Package here.
http://cyberversion.com/private/unity/test_scrollviiew_grid.unitypackage

Unchecking Horizontal doesn’t remove the scrollbar, it just stops it moving in a horizontal axis .
To remove the scrollbar, expand the GO in the hierarchy and disable / remove the horizontal scroll bar GO

Not sure about your content size fitter changes as it employing the normal content size fitter behaviour, so I expect you need to read up more about this component, the learn videos are a good place to start.