Child Forms and KeepViewVisibleAfterExit

public class ShowOrderDetails : UIControllerBase
{
...
    protected override void OnLoad()
    {
        KeepViewVisibleAfterExit = true;
        View = () => new Views.ShowOrderDetailsView(this);
    }
...
} 

Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com