Author Topic: UIRoot size reference  (Read 2292 times)

mdeletrain

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 71
    • View Profile
UIRoot size reference
« on: October 04, 2012, 04:12:03 AM »
Reading at the 'UIAnchor - Panel Container with UIRoot.Manual Height problem' post I just thought : can it be a problem that an UIRoot's size reference is always computed using the height of the screen... and indeed it is !

Consider an application that should be run in portrait mode, not knowing in advance the aspect ratio of the screen. If you want a list to fill the screen, you may want it to be designed width-wise and take all available height.

This could be a cool feature to be added.