AvaloniaUI / AvaloniaVS

Visual Studio Extension for Avalonia
MIT License
423 stars 82 forks source link

Allow Designer to render Xaml when not wrapped in a suitable root. #17

Closed ghost closed 1 year ago

ghost commented 8 years ago

Originally by @danwalmsley

i.e.

<TabItem xmlns="https://github.com/perspex" Header="Type">
  <DropDown Items="{Binding ProjectTypeOptions}" SelectedItem="{Binding ProjectType, Mode=TwoWay}" />
</TabItem>

Above could be rendered if Designer wrapped it in a Presenter.. currently it doesn't.

ghost commented 8 years ago

Latest Designer has this feature but testing is still needed.