I am writing a Flex (Flash Builder) application which has a map component (http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html) and a drop down list component used to select items shown on the map. I want the drop down list component to always be overlayed on top of the map in the top right corner, regardless of the size of the window that the application is displayed. If I use an x and y setting for the drop down list component then it is good only for a certain window resolution, and instead I want the drop down list component to always "float" along the top right corner regardless of the size of the browser window (i.e. if the user resizes the browser window then the drop down list component will remain fully visible in the top right hand corner). Is it possible to do this, and if so how?
Thanks in advance for your suggestions.
--James