-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Use the WinForms Designer Extensibility SDK for .NET #593
Comments
Nice find, All Designer issues should be linked to this. |
Well it's actually @sdreb3421 who notified me about this. |
Also, (Maybe - it's unclear) a reason some of the .Net5 is not working in a designer might be down to the loading in .Net5Core which has quite a few of the following "Color API's" missing: |
@Wagnerp This is going to be "Interesting" See the middle of the following page: |
And the following Caveats and "Tips'n'tricks" will need to be reformatted to reflect whatever "we" get working for Krypton: |
It's not ideal, but maybe private nightly packages could be used for testing? |
I spent all day yesterday trying to find documentation on how to use this, and came up empty. |
I think it's because it is so new, there is limited documentation so far. The packages only first appeared back in November. |
I have had an inspiration from the "Read between the lines of why the above is solving things" If I
I'll need to investigate further to see "What" the designers are attempting to do; but so far I've been able to drag (A random selection not all) controls onto the form ! |
Just out of interest, do the action lists show up when using .NET? |
Strange I never use those arrow thingies except for TableLayout |
This might be a bug on MS part, maybe add this one specifically to the backlog until more documentation comes out? |
Yes, that is what the mentioned (titled) sdk is trying to solve.
Agreed. |
https://www.nuget.org/packages/Microsoft.WinForms.Designer.SDK |
Note this on the process of creating a designer to work in both: |
No I do not think it is, because Krypton is "Any CPU" and not just |
Maybe something like this could be usefull: |
I'm struggling designing Krypton controls after upgrading a solution from .NET Framework 4.8 to .NET 6. Some controls simply refuse to be designed in the usual way (on the Windows Forms designer surface), I have to fiddle with the properties box and it's very frustrating. I checked the "preview" thing in the Environment section under controls but no luck. Is there any workaround to be able to design controls (for example, work with Krypton Ribbon) as it was under .NET 4.8? |
Hi @mbagattini There is a workaround, I've just updated the online documentation, but it won't be available until tomorrow when it'll be merged. The short of it is you need to set the |
Putting this here (VS 17.10) |
MS are still having issues: This is still not fixed in 17.77.p3 |
Since MS is having issues supporting the
WinForms
designer in .NET, the WinForms Designer Extensibility SDK could be the solution for the current designer issuesThe text was updated successfully, but these errors were encountered: