Method Replace
Replace(StackViewItem, VisualElement, Action, StackViewOperation)
Replaces one or more items on the stack with the specified item and optional operation.
Declaration
public StackViewItem Replace(StackViewItem target, VisualElement item, Action callback = null, StackViewOperation operation = StackViewOperation.ReplaceTransition)
Parameters
| Type | Name | Description | 
|---|---|---|
| StackViewItem | target | If the target argument is specified, all items down to the target item will be replaced. If target is null, all items in the stack will be replaced.  | 
    
| VisualElement | item | The item that will be used as replacement.  | 
    
| Action | callback | The callback to call when the operation is completed.  | 
    
| StackViewOperation | operation | The type of transition to use during the process.  | 
    
Returns
| Type | Description | 
|---|---|
| StackViewItem | Returns the item that became current.  |