I am building a chatroom using the mx:HTML component.
usually, I am able to make a textArea scroll to the last entry automatically using something like :
chatText.verticalScrollPosition = chatText.maxVerticalScrollPosition
but, when using the HTML component, using the code above does nothing and does not throw out any error, what Im I missing ?
Is there a way to do this without using a canvas ?
thanks !