开发者

Flex: Label Overflow

开发者 https://www.devze.com 2023-01-22 12:00 出处:网络
If I have two sibling canvases displayed next to each other, can I have a child 开发者_如何学JAVALabel (or any child component for that matter) in the left canvas overflow outside of that canvas and o

If I have two sibling canvases displayed next to each other, can I have a child 开发者_如何学JAVALabel (or any child component for that matter) in the left canvas overflow outside of that canvas and on top of the next?

Something like this:

 ______________   ______________
| ----------------------------- |
| | Label overflow test       | |
| ----------------------------- |
|              | |              |
|              | |              |
|______________| |______________|

Thanks.


Yep. Setting clipContent property of parent Canvas to false will get you what you want.

0

精彩评论

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