• <i id='z6G6i'><tr id='z6G6i'><dt id='z6G6i'><q id='z6G6i'><span id='z6G6i'><b id='z6G6i'><form id='z6G6i'><ins id='z6G6i'></ins><ul id='z6G6i'></ul><sub id='z6G6i'></sub></form><legend id='z6G6i'></legend><bdo id='z6G6i'><pre id='z6G6i'><center id='z6G6i'></center></pre></bdo></b><th id='z6G6i'></th></span></q></dt></tr></i><div id='z6G6i'><tfoot id='z6G6i'></tfoot><dl id='z6G6i'><fieldset id='z6G6i'></fieldset></dl></div>
    <tfoot id='z6G6i'></tfoot>

    <legend id='z6G6i'><style id='z6G6i'><dir id='z6G6i'><q id='z6G6i'></q></dir></style></legend>

      <small id='z6G6i'></small><noframes id='z6G6i'>

        <bdo id='z6G6i'></bdo><ul id='z6G6i'></ul>
      1. 为什么单击文本框会导致 AutoScroll 面板滚动回顶部?

        时间:2023-06-09
        <i id='WZpgX'><tr id='WZpgX'><dt id='WZpgX'><q id='WZpgX'><span id='WZpgX'><b id='WZpgX'><form id='WZpgX'><ins id='WZpgX'></ins><ul id='WZpgX'></ul><sub id='WZpgX'></sub></form><legend id='WZpgX'></legend><bdo id='WZpgX'><pre id='WZpgX'><center id='WZpgX'></center></pre></bdo></b><th id='WZpgX'></th></span></q></dt></tr></i><div id='WZpgX'><tfoot id='WZpgX'></tfoot><dl id='WZpgX'><fieldset id='WZpgX'></fieldset></dl></div>

          <tbody id='WZpgX'></tbody>
      2. <tfoot id='WZpgX'></tfoot>

          • <small id='WZpgX'></small><noframes id='WZpgX'>

            • <bdo id='WZpgX'></bdo><ul id='WZpgX'></ul>

                <legend id='WZpgX'><style id='WZpgX'><dir id='WZpgX'><q id='WZpgX'></q></dir></style></legend>
                  本文介绍了为什么单击文本框会导致 AutoScroll 面板滚动回顶部?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在 C# 应用程序中完成注册表单,我注意到如果我启用 AutoScroll 然后在滚动下方有一个文本框并单击它,它会一直跳回顶部.有没有办法用一些代码来解决这个问题,或者它是一种礼仪?

                  Finishing up a register form in a C# application and I noticed with the panel if I enable AutoScroll and then have a textbox that is below the scroll and click on it it jumps all the way back up to the top. Is there a way to fix this with some code or is it a propriety?

                  我很难用语言来解释它,所以这里有一个简短的视频来展示这种行为.

                  It's a little difficult for me to explain it in words, so here's a short video that shows the behavior.

                  推荐答案

                  我也遇到了同样的问题.我在面板中使用以下代码修复了它:

                  I have had the same problem. I fixed it with this code in my panel:

                  protected override Point ScrollToControl(Control activeControl)
                  {
                      return this.AutoScrollPosition;
                  }
                  

                  这篇关于为什么单击文本框会导致 AutoScroll 面板滚动回顶部?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何将自定义类型数据绑定到 TextBox.Text? 下一篇:如何在文本框顶部绘图

                  相关文章

                    <small id='zkeaI'></small><noframes id='zkeaI'>

                    <i id='zkeaI'><tr id='zkeaI'><dt id='zkeaI'><q id='zkeaI'><span id='zkeaI'><b id='zkeaI'><form id='zkeaI'><ins id='zkeaI'></ins><ul id='zkeaI'></ul><sub id='zkeaI'></sub></form><legend id='zkeaI'></legend><bdo id='zkeaI'><pre id='zkeaI'><center id='zkeaI'></center></pre></bdo></b><th id='zkeaI'></th></span></q></dt></tr></i><div id='zkeaI'><tfoot id='zkeaI'></tfoot><dl id='zkeaI'><fieldset id='zkeaI'></fieldset></dl></div>

                  1. <tfoot id='zkeaI'></tfoot>
                  2. <legend id='zkeaI'><style id='zkeaI'><dir id='zkeaI'><q id='zkeaI'></q></dir></style></legend>

                      <bdo id='zkeaI'></bdo><ul id='zkeaI'></ul>