I have no idea if this is built into openlayers, but this seems like something you could create with just some simple javascript.  Attach a mouse move event to the document, and a boolean variable in the global scope which tells you whether an item is currently being dragged (this can be set up in an event handler for the vector feature).  Then in the move event, if there is an item being dragged, grab the mouse position, and if you are nearing the edge of the screen, have openlayers move the map.<br>
<br><div class="gmail_quote">On Thu, Feb 9, 2012 at 11:19 AM, j5c077 <span dir="ltr">&lt;<a href="mailto:jeremyswilson@att.net">jeremyswilson@att.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
i&#39;ve tried setting the documentdrag to true however when dragging the feature<br>
it still stops once i reach the edge of the viewport<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/pan-map-while-dragging-feature-tp4373005p4380024.html" target="_blank">http://osgeo-org.1560.n6.nabble.com/pan-map-while-dragging-feature-tp4373005p4380024.html</a><br>

</font></span><div class="im HOEnZb">Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
</div></div></blockquote></div><br>