-
Switching from custom CSS style to Default.
I thought that clicking on the default radio button (see screenshot above) would just ignore my customisations and allow me to re-enable them later. But it has actually deleted all my customisations.…1 · -
Re: function to generate pretty type name
The one I use is var typeName = LINQPad.Extensibility.DataContext.DataContextDriver.FormatTypeName(type, false); This is mentioned in the documentation for writing your own DataContext driver where i…2 · -
Re: LINQPad 9 - Early Preview now available
Convert to class/Convert to record. Sometimes you slip in new features with just a casual little mention and I almost missed this one. That will get used a lot! Thanks (yet again).1 · -
Re: Chart always returning Null (inc samples)
See https://forum.linqpad.net/discussion/3403/linqpad-9-early-preview-now-available/p2#Comment_9263 and also Joe's reply in the next message.1 · -
Re: Can I get WrapPanel to use the full-width of the screen without hardcoding the children's width?
After F12-ing on base.ChildVerticalAlign and seeing what it does, I was able to get this working using public class FullWidthWrapPanel : WrapPanel{ public FullWidthWrapPanel(params Control[] children…1 ·