When i put one panel(Panel1) which I want to be scallable into another fixed panel(Panel2),
I do as this:

    Panel1.autoscroll = true;
    Panel2.autoscroll = false;
but the result is :the Panel1 is fixed, and the Panel2 is scrolling.It seemed that the autoscroll property doesn't work. Help please.