开发者

Resize a SkinnablePopupContainer

开发者 https://www.devze.com 2023-03-20 20:05 出处:网络
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);

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

精彩评论

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