Scrolling to bottom of cell

Greetings,

I have loaded html into a DHTMLX layout cell, however when I append this HTML with further HTML I would like to scroll to the bottom of the cell so everything is in view.
Is there any way to do this?

Thanks
James

Hello,

You can use the next way of appending different objects:
dhtmlx.com/docs/products/dhtmlxL … bject.html

And also you can use method showInnerScroll() to force cell’s scroll:
docs.dhtmlx.com/api__dhtmlxcell_ … croll.html

Sorry I did not make my question clear, I already have the scroll bar, I am trying to scroll to the bottom of the cell programmatically when content is added.

Could you please provide me the screenshot describing your problem

I would like to go from the second attachment to the first programmatically, for example something like
myLayout.cells(“a”).ScrollToBottom();
I know such a method does not exist but is there any other way to do this?

Sorry if it is not clear what I am asking for.



I understood what you want to make.
Sorry, DHTMLX doesn’t provide such opportunity.
I don’t know as to help you.

Ah ok, I will try find a solution myself.
Thanks for your time.

If you find a solution to this problem writes here , please