Flex display:none equivalent

On CSS, we can simply hide a DOM element by setting display style to “none”.

For Flex 4, a UIComponenet can be hide by setting its two property.

 

includeInLayout = false;

visible = false;

Yorum yapın

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Değiştir )

Twitter picture

You are commenting using your Twitter account. Log Out / Değiştir )

Facebook photo

You are commenting using your Facebook account. Log Out / Değiştir )

Connecting to %s

Follow

Get every new post delivered to your Inbox.