开发者

Resize a SkinnablePopupContainer

I an mobile application, I want to open a popup, and I want to resize it dynamically. I am using a SkinnablePopupContainer and I open it with popup.open(view, true); If I try to reduce the size with popup.width = ... the content of the popup overflows. If there a way to redraw t开发者_开发百科he content of the container so it fits well ?

Thks


you can try to use .validateNow() to redraw the content.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜