I've looked hard in the FlexViewer forums for any advice on how to dynamically resize the map based on widget collapse or resize, but I can't find much.Does anyone know how to resize the map layout during runtime, based on a widget's resizing or collapse?I have three widgets, fixed to the left, bottom, and right of the window. I'd like to have these collapse or resize, but I can't figure out how to get the map container to resize this when I do. I've dug deep into the core library of the FlexViewer and none of the events that seem like they'd resize the map do the job.Here's how my map tag in the config file starts:<map wraparound180="true" esrilogovisible="false" top="35" bottom="175" left="200" right="165"
initialextent="-16677000 2009000 -4819000 8330000" fullextent="-16677000 2009000 -4819000 8330000" >
Basically, I'd like to change the bottom, left, and right properties dynamically based on widget resize events.One example that accomplishes this is Texas Wildfire Risk, but their code is not open and what digging I did turned up an extended proprietary codeset. The functionality is the Hide Tools button.Thanks!