Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Question ScrollView: create the illusion that there are more rows beyond the scroll boundary

Discussion in 'Immediate Mode GUI (IMGUI)' started by dynamicbutter, Oct 14, 2022.

  1. dynamicbutter

    dynamicbutter

    Joined:
    Jun 11, 2021
    Posts:
    58
    Does anyone know a way to create the illusion that there is more content beyond the end of the content in a ScrollView? I have tried using the ScrollView "Image" for this, but since this image doesn't scroll with the content I can't achieve the effect I'm after. If this image scrolled with the content then I could get it to work like I want. This is a little difficult to explain, hope this is clear.
     
    Last edited: Oct 17, 2022