Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
919 stars 176 forks source link

. net6.0 supports desktop program packaging #259

Closed tsxylhs closed 1 year ago

tsxylhs commented 1 year ago

. net6.0 supports desktop program packaging. Whether the component supports it or not, and whether there are examples for reference. thank you.

zHaytam commented 1 year ago

I'm sorry I don't really get the question. Do you want to use this library in a desktop app? If yes, check out Blazor Hybrid (BlazorWebView).

tsxylhs commented 1 year ago

Yes, I tried to load the library with the Blazor Hybrid implementation, but there was still a problem with desktop rendering. I'll try again

240026763 commented 1 year ago

Not an issue. I have this running in a WPF application fine using the mentioned BlazorWebView Control. I recommend following this video for a good intro: https://www.youtube.com/watch?v=v1NBBZz5izs The one main gotcha with Blazor.Diagram is that the div housing the diagram object must have a defined size. `

    </div>`