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.
在我的网页中,我有一个 TreeView 和一个 GridView。
网格视图包含分类为某些类别名称的项目。类别名称放置在树视图中。
当我们单击树视图中的类别名称时,页面应滚动到网格视图中的特定类别。在上图中,左侧是树视图,右侧是网格视图。网格视图中的块是项目的分类顺序。
单击网格视图中的类别时,我需要将页面滚动到特定类别!
你能帮我做这个吗??