Stephen Watkins
Stephen Watkins

Reputation: 25775

Flex: Label Overflow

If I have two sibling canvases displayed next to each other, can I have a child Label (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.

Upvotes: 0

Views: 179

Answers (1)

2DH
2DH

Reputation: 1638

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

Upvotes: 2

Related Questions