AvaloniaUI / AvaloniaVS

Visual Studio Extension for Avalonia
MIT License
416 stars 80 forks source link

Add controls to the toolbox in Visual Studio #148

Open steskalja opened 4 years ago

steskalja commented 4 years ago

When will the controls be added to the toolbox for drag and drop support like WPF and Xamarin? This would be huge for users that are inexperienced with the AvaloniaUI control set.

danielreynoldsma commented 4 years ago

Agreed, I would love to see this!

MikeCodesDotNET commented 4 years ago

I've been having a play with how this might be possible and have a simple WIP that kind of works but its nowhere near ready.

Right now it's very hacky with hard-coded toolbox items, but I'd like to use reflection to find any type in the solution that inherit from IControl. I'm going to dig into the WPF source to find out where they define control categories as I'd like to support something similar.

ToolboxWIP
ultracodez commented 3 years ago

This link may be of use, not sure if you've seen it yet: Customizing Tools and the Toolbox .

EdWordy commented 1 year ago

anybody working on this lately or anything? I've been thinking of giving it a bit of a go but I'm fairly green lol.

SametHope commented 3 months ago

Would love to hear some updates on this.