- Home /
Question by
$$anonymous$$ · Oct 23, 2015 at 09:09 PM ·
c#guiscrollviewscrollscrollbar
UGUI ScrollRect automatic scroll? (Chat)
Hi,
is it possible to let the scrollrect from the ugui scroll automatic?
Can i scroll the ScrollRect with c#? So if a player gets a message, i can scroll to the bottom, like in every known chat.
Comment
Answer by npatch · Oct 24, 2015 at 10:47 AM
Most times than not, API Referrence is your friend.
http://docs.unity3d.com/ScriptReference/UI.ScrollRect-verticalNormalizedPosition.html
Obsolete URL New one: https://docs.unity3d.com/2019.3/Documentation/$$anonymous$$anual/index.html
Your answer
Follow this Question
Related Questions
How to disable ScrollView dragging 4 Answers
GUIlayout scrollbar, Not working well... 1 Answer
Suppress Horizontal Scrollbar? 2 Answers
Show content with scrollbar? 2 Answers
Putting Dictionary/List using foreach as buttons in a scroll view? 3 Answers