hi all, I've been wondering why none of the window controls on the samples has a close button and collapsible functionality built in, like the floating panel in the old .NET API. I just apparently found such controls in the WebMapViewer app in the Code Gallery. So I downloaded this and now I'm trying to add the CollapsiblePanel and the WindowPanel tools into my own application.
I added the basic WindowPanel XAML code into my XAML. I assumed I had to create a UserControls folder and the WindowPanel .xaml and WindowPanel.xaml.cs under it (as in the WebMapViewer solution). But it's still not recognizing the WindowPanel, error is:
The name "WindowPanel" does not exist in the namespace "clr-namespace:ShorelineAssessmentMapper".
So what else might I need to do? Thanks for any help!
Dan