Can someone help me to apply an offset to the scalebar dijit? In my application, due to multiple panes and interactivity, the "attachTo:" property alone does not work for me.var scalebar = new esri.dijit.Scalebar({
map: map,
attachTo:"top-right",
scalebarUnit: "english"
});