very large div's
-
I have a page with a very large multiview (3000px plus), and to edit the bottom views, I have to make the Div, where they live, very large as well. I Can't leave the Div at 3000px because it should only be 300 with a scrollbar. No problem, I'm willing to drag it open, do stuff, and close it again, were it not that the IDE hinders me in doing this quickly. I select the div, click the little square at the bottom to drag it down. I start dragging, and while dragging I scroll down, assuming that this would work the same way it does in every other program. It turns out that scrolling doesnt stack with dragging. In other words, when you scroll down, your page scrolls for half a screen, but the little square you were dragging flies up, away from your cursor. This makes me a sad panda :(
Visual Studio can't evaluate this, can you?
public object moo { __get { return moo; } __set { moo = value; } }