Looking over the documentation for the TableView, it looks like you need to apply a mask if it’s not going to take up the full screen and that the mask size needs to be hard-coded in. Problem is, I’m working on business-y type app that scales dynamically across all screen resolutions without having to define a base resolution in the config. Everything is working perfectly except for my TableViews, which are going outside of bounds when scrolling.
Hope that make some kind of sense. Anybody had any luck with dynamically scaling TableViews that are not full screen? I just need the scrolling to look okay at this point.
EDIT: Nevermind, just had to adjust the height a bit and it’s working great now. [import]uid: 172008 topic_id: 31905 reply_id: 331905[/import]