Patrick Stalph
Patrick Stalph
While I was able to work around most of the now-obsolete mouse events with `PlotController`, I don't see a way for the `Axis.AxisChanged` event. I have a scenario where I'm...
Many `PlotModel.MouseX` are now obsolete and link to this ticket. That doesn't help me... what is the new alternative? I read that the controller should be used. How? Even worse:...
Thanks for the link to the `PlotControllerExample`. We are actually using `PlotController` already, mixed with `PlotModel.MouseX` events in the very same objects. I don't remember why, but it looks like...
While it is true that many windows applications have a "smart" default behavior to remember your last path, there are many situations where the developer of an app wants to...
@gitjsdr26 you could create a PR for @augustoproiete
Ok, I've gathered some more information to shed light onto this issue. We talk about an `InitialDirectory` property like the one documented for WPF's [OpenFileDialog.InitialDirectory](https://docs.microsoft.com/en-us/dotnet/api/microsoft.win32.filedialog.initialdirectory?view=net-5.0#Microsoft_Win32_FileDialog_InitialDirectory). The documentation says: > Gets...
I'm giving up on this repo. Fork it, if you want to see something happening. We won't be using it anymore.
I've created a PR and tried to match your coding style. Feel free to change the style.
@augustoproiete did you have the time to look at my PR? The change is small and does not change / break existing code.
Did you run into problems? I'm willing to help!