Linqpad switch to Results panel programmatically
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
http://www.linqpad.net/download.aspx#beta
Util.SelectedOutputPanelIndex = 0;