Select to view content in your preferred language

Dragable Collapsible Panel

490
1
06-13-2011 05:40 AM
MichelleBauman
Emerging Contributor
I need to create a dragable collapsible panel.  WindowPanel is dragable and collapsible although not collapsible in the desired way.  When collapsing from an icon WindowPanel doesn't disappear under the icon as a collapsiblepanel would do, the icon is specifically not part of the panel.

I would like to be able to drag a panel collasped or expanded by the icon.

<userControls:WindowPanel>
<userControls:CollapsiblePanel>

Any ideas?  Or do I just need to go with one of these?

Thanks,
Michelle
0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor
The two panels you refer to are just some simple user controls that are part of the templates. They are not really part of the API. That means you can easily open up the source for those right in your project and modify them to your liking, or use another 3rd party window control, like what Componone One, Telerik etc. provides.
0 Kudos