Linqpad switch to Results panel programmatically
Options
Hello,
I use PanelManager to stack WPF elements but I would like to switch to the default "Results" programmatically. Is it possible?
Thanks.
David
I use PanelManager to stack WPF elements but I would like to switch to the default "Results" programmatically. Is it possible?
Thanks.
David
Comments
-
Unfortunately, there's no way to do that.
-
Too bad. Any likelihood this will be implemented in a next version?
-
You can now do this in the new beta:
http://www.linqpad.net/download.aspx#betaUtil.SelectedOutputPanelIndex = 0;