AvaloniaVS icon indicating copy to clipboard operation
AvaloniaVS copied to clipboard

Add controls to the toolbox in Visual Studio

Open steskalja opened this issue 4 years ago • 5 comments

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.

steskalja avatar May 22 '20 11:05 steskalja

Agreed, I would love to see this!

danielreynoldsma avatar Jun 02 '20 20:06 danielreynoldsma

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

MikeCodesDotNET avatar Jul 10 '20 07:07 MikeCodesDotNET

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

ultracodez avatar Jul 07 '21 21:07 ultracodez

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.

EdWordy avatar Jan 17 '23 05:01 EdWordy

Would love to hear some updates on this.

SametHope avatar May 05 '24 01:05 SametHope