Search Unity

Unity UI Scrolling (vertical) through ScrollView objects (horizontal) not working

Discussion in 'UGUI & TextMesh Pro' started by NessieChan, Mar 20, 2019.

  1. NessieChan

    NessieChan

    Joined:
    Nov 15, 2017
    Posts:
    8
    Hi, I have a pretty "niche" problem I guess. I have a vetical ScrollView object that has several grids as children, each of these have a horizontal ScrollView to see all their respective objects. When trying to scroll vertically, if I initially touched one of the horizontal child ScrollViews, it doesn't work. I guess it's because it's trying to scroll in the child object. Any idea how I could make this work? Or if it's even possible?

    A screenshot for clarity. The vertical ScrollView only works if I touch the background and not the objects inside.

    upload_2019-3-20_15-54-4.png

    Thank you very much!
     
  2. NessieChan

    NessieChan

    Joined:
    Nov 15, 2017
    Posts:
    8
    Bump! Nothing? Not even a confirmation that this can't be done?