Function FrameLayout.showChild
make one of children (with specified ID) visible, for the rest, set visibility to otherChildrenVisibility
bool showChild(
string ID,
Visibility otherChildrenVisibility = Visibility .Invisible,
bool updateFocus = false
);