atomatiq / OptionsBar

Samples
28 stars 5 forks source link

Visual Studio 2022 Designer #1

Open EATREVITPOOPCAD opened 3 months ago

EATREVITPOOPCAD commented 3 months ago

I am able to build the solution but getting "Some assembly references are missing. Building to restore the NuGet cache might resolve this issue." when trying to view WPF in Designer. If making an executable Designer displays WPF forms fine. Is this normal? image

Nice3point commented 3 months ago

@EATREVITPOOPCAD according to the code you are using UserControl in your own plugin, the OptionBar from this repository displays fine. You don't need UserControl here, it's a mistake, use the layout from example and do similarly. Use Grid, StackPanel or another Panel as root component изображение

EATREVITPOOPCAD commented 3 months ago

Sorry for the late response, I couldn't get back to this for a while... But it works! Thank you for publishing this :) I am excited to see what I can do with it.