-
Sencha User
How to scroll programmatically to the end of the pannel contents?
I use the Ext.Panel to show the contents of a trace file. The contents is loaded over the load() function. After loading is completed, I want to jump (scroll) to the end of the loaded panel's contents.
I did not find any description or hint concerning scrolling of the Ext.Panel in the documentation.
-
It's only HTML. Nothing special. Scroll the Panel's body to its end just like you usually do when you use HTML and want to scroll it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules