-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
question ❔Issues or PR require more informationIssues or PR require more information
Description
Hi Guys,
I have a bladeview control that works great , but the control is getting too big and slow to manage in Visual Studio so I want to create UserControls for the BladeItems.
`controls:BladeView
<controls:BladeItem IsOpen="True" TitleBarVisibility="Visible" />
<usercontrols:Blade1 IsBladeOpen="True" />
</controls:BladeView>`
When I apply the above code I always get an extra BladeItem that can be seen from the title bar below.
With the extra BladeItem you cannot close your intended blade item.
Metadata
Metadata
Assignees
Labels
question ❔Issues or PR require more informationIssues or PR require more information
