Extjs scrollable panel

前端 未结 3 1183
感动是毒
感动是毒 2021-01-17 08:24

I have a panel where I insert some HTML from the server:

myPanel.update(response.responseText);

But if this text is too big, none of the sc

3条回答
  •  执笔经年
    2021-01-17 08:30

    Basically you would just add the autoScroll property like

    autoScroll: true
    

    Here's a working JSFiddle

提交回复
热议问题