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.
我正在尝试使列表框滚动到列表中的选定项目。任何人都可以告诉如何在 C# asp.net Web 应用程序中执行此操作吗?
检查MaintainScrollPositionOnPostBack属性。您可以找到它并将其设置在 Page 指令中。