Search Unity

Size of ScrollPosition?

Discussion in 'Immediate Mode GUI (IMGUI)' started by Whimsical, Nov 28, 2009.

  1. Whimsical

    Whimsical

    Joined:
    Mar 29, 2008
    Posts:
    155
    Hey folks!

    I've got a probably quite stupid question: Is there a way to query the size of the ScrollPosition of a ScrollView? The maximum values possible with the currently shown content? :)
     
  2. Whimsical

    Whimsical

    Joined:
    Mar 29, 2008
    Posts:
    155
    Never mind, CalcSize and CalcHeight in GUIStyle did the trick. Thanks anyway. :)