タイマーで更新するac#マルチラインテキストボックスを備えたAjax更新パネルを使用していますが、上にスクロールし続けます。maintainginscrollpositiononpostbackをtrueに設定し、さまざまなjavascriptも試しました。使用しているブラウザはIEです。
これは、フォームにac#テキストボックスを含む私のaspコードです。
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:TextBox ID="TextBox1" runat="server" AutoPostBack="True" Height="390px" TextMode="MultiLine" Width="836px"></asp:TextBox>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="Timer1" EventName="Tick" />
</Triggers>
</asp:UpdatePanel>
更新パネルはまったく新しいので、何かが間違っている可能性があります、ありがとう\