Child Forms and KeepViewVisibleAfterExit
public class ShowOrderDetails : UIControllerBase
{
...
protected override void OnLoad()
{
KeepViewVisibleAfterExit = true;
View = () => new Views.ShowOrderDetailsView(this);
}
...
}
- Exercise Cached KeepViewVisibleAfterExit
- Cached in the context of KeepViewVisibleAfterExit
- Clicking on the Child Controller
- Refreshing the Child Controller when moving between rows
- Migrated Patterns using the Level Method
- Embedding the Form in the parent Form
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com