Flex display:none equivalent
Ocak 16, 2012 Yorum yapın
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;
Kodır kişiliğim, insan kişiliğimin her zaman bir adım önünde olmuştur Rıfat Abi.
Ocak 16, 2012 Yorum yapın
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;