I created a custom search UI element widget which resides on the HeaderController. It takes up a lot of space and doesn't leave much room for the widgetcontainer. Does anyone know of an easy way to move the widgetcontainer from the HeaderController? I wound like to move it below the HeaderController. Another nice way I saw this issue being addressed was to place the widgetcontainer and other tools in a horizontal scroll like control. Here is the link from Calhoun County, Alabama: http://gis.calhouncounty.org/FlexView/Index.html If anyone could give any pointers or steer me in the right direction, that would be great!
Thanks for your reply, however I tried that and the widgetcontainer still does not reposition. Is there something else I must do? It seems that all the code that sets everything for the widgetcontainer is found within the HeaderControllerWidget. Do I need to set something there as well?
As always, thanks you so much Robert! I've integrated the new header and it works great! I have 1 question for you however, I noticed on your site you have navigation tools integrated within the scroll bar as well. Are these widgets that were added to the widgetcontainer? I have a couple UI elements that I would like to add to this scroll bar as well. Is this possible?
My sites navigation controls are custom nav widgets that I developed to go in the HeaderControlWidget. I stripped a lot of different stuff out of the version I posted. I can't given away all my sites uniqueness!
Thanks, Robert. I had taken a different approach to the widget icons. I was grouping them as the Header Controller became smaller. It worked, but I liked your idea better so I abandoned my code in favor of yours.