Possible to hide code window like Interactive Regex Evaluator with code?

sdflysha
edited June 2019 in General
I want to publish the LINQPad script to our customer.

For user-friendly purpose, I want to hide the code, and just show the dumped result in LINQPad window (without request the user click the "Undock results into second monitor (F8)" button), like Interactive Regex Evaluator, is that possible?

Comments

  • sdflysha
    edited June 2019
    Maybe something like
    Util.HideCode = true; // Hide code like Interactive Regex Evaluator 
    Util.ResultOrientation = Orientations.Vertical; // show result in right panel.