Scroll Area resized not always revealing all when scrolling
Sure this one's prbably me somehow it's hard to explain and reproduce I fear.
Basically I'm resizing a text area inside a scroler with dynamically loaded text from an XML file.
It's HTML with formating various font sizes and style stuff with/for hyper linking actions and stuff really awesome.
Lately I've been trying to resize for multiple devices and potentially try and maintain ledgibility in text in the text areas.
Okay well despite all that this still rings try for something buggy I'm pretty sure.
I use the scroll knob or my own click drag methods and it stops short of the end...
Then I roll my mouses scroller wheel and down it goes to the missing cut off remaining part of the srcoller which was clearly larger but the scroller didn't know about it yet scrolling the scroll wheel made it wake up to the fact that it wasn't at the bottom of the text area/content.
Maybe I'll look for a way to update the scroller with a invalidatation call of some sort, that it normally does to some degree anyway?
The way sometime I can't find the stage created yet in creationComplete likely relates to things not fully sorted before this is all happening apon creation of my spark View's in the MobileApplication navigation system.
