Hi,
I've got a Window in my application and inside I've got a GWT VerticalPanel which displays my Logger output. How can I make the Window automatically display the scrollbar when the contents get too big to fit? At the moment, the scroll bar doesn't display unless I drag to change the Window's size.
Also, would it be possible to automatically scroll to the bottom when something is posted to the log? I've tried scrollToBottom() but it doesn't seem to do anything.
Cheers,
Jon
I've got a Window in my application and inside I've got a GWT VerticalPanel which displays my Logger output. How can I make the Window automatically display the scrollbar when the contents get too big to fit? At the moment, the scroll bar doesn't display unless I drag to change the Window's size.
Also, would it be possible to automatically scroll to the bottom when something is posted to the log? I've tried scrollToBottom() but it doesn't seem to do anything.
Cheers,
Jon