You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just experienced this also. If you compare the Winforms and Wpf examples you'll notice that the Wpf one doesn't set a minsize.
Add this in your ctor:
Options.MinHorizontalSize = new Size(100, 30);
also when I try to debug the app when it's registered on taskbar vs says "The file is locked by windows explorer" and I cannot build the project.
The text was updated successfully, but these errors were encountered: