When re-sizing the right-most column in a ListGrid that is adjacent to the right hand side of the application, the action is difficult to complete since horz. drag scrolling stops at the edge. Is there any way to continue the column re-size action that has been started similar to Infinite scrolling?
Announcement
Collapse
No announcement yet.
X
-
It's likely there's not a lot we can do on this.
When you say the "right hand side of the application" do you mean the browser window itself?
If so - there's not a lot we can do - we won't get reported mouse-move events while the mouse is outside the browser window. We could do something like remember where the mouse was when we last saw it (and the fact the mouse button was down) and assume the user is continuing to drag, outside the application window, but this is actually bad user-experience in most cases - if the user releases the mouse we wouldn't know about it and so would keep expanding the field, etc.
If you have something else in mind, please let us know (perhaps with a screenshot to indicate exactly what you mean) and we'll let you know what we think.
Regards
Isomorphic Software
Comment