一种解决办法:
<div id='hello' style="z-index: 102; left: 240px; overflow: auto; width: 300px; top: 70px;height: 200px">
<asp:ListBox ID="lstSource" runat="server" Height="320px" BorderStyle="None" Width="480px"
SelectionMode="Multiple"></asp:ListBox>
</div>
定义一个div来滚动.