Can anyone provide some insight/direction on how to develop a behavior where there is an animated expandable/collapsible panel on the left and a map on the right, just like Bing Maps?
In my application I have a panel that is hidden below the viewable area of the browser with a tab sticking out into the viewable area. The tab overlays the map (which takes up most of the viewable area). When the user clicks the tab the panel expands up into view. Right now the expanded panel just overlays the map. What I would like is that when the panel expands up into view the map adjusts (shrinks/shortens) to fill the remaining space.
I have a parent user control which has several children. This panel user control and the map user control are two of the children.
Any help would be much appreciated, thanks!