Search Unity

How do I align ScrollRect content?

Discussion in 'Immediate Mode GUI (IMGUI)' started by djneon, Sep 12, 2014.

  1. djneon

    djneon

    Joined:
    Sep 20, 2013
    Posts:
    3
    I have the anchor set to middle-center, but as soon as I run it adjusts the position to being lower left (and the content is usually completely out of rect.)

    The content has a layout group and a layout element (min w/h is being set dynamically to the size of the scroll rect game object.