简体   繁体   中英

Flex - Show/Hide ComboBox based off selection

Is it possible to show or hide a comboBox based off the selection made in another comboBox. I have been looking for documentation on this to no avail.

Thanks

是的,在ComboBox1的Change处理程序中,根据所选项目将ComboBox2的visible属性设置为false。

除了设置组合框的visible属性外,如果您希望窗体像组合框不存在一样起作用,还请设置includeInLayout属性。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM