Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个带有超网格的 Windows 窗体应用程序。
出于布局原因,我使用了 dock 属性。当我将此属性放在无(来自超网格)时,将显示滚动条。
当我把这个属性放在填充上时,滚动条就消失了。
有谁知道我该如何解决这个问题?
我在基础设施论坛上找到了答案。问题是表单上的其他控件以某种方式显示在超网格上(尽管它看起来不像)。解决方案是右键单击表单中的超网格,然后选择 'bring to front'。下次我运行应用程序时,滚动条在那里。