Tagged Questions

0
votes
2answers
617 views

Flex viewstack keeps redrawing invisible child, how to fix?

The situation: I've got a ViewStack with 2 children (both of type Panel). The application starts with child 1 as the SelectedChild. With a click on a button, child 2 is the SelectedChild. After that, ...