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.
我的视图页面中有一个网格,我可以在其中看到一个滚动条。我需要的是,当行数增加 10 时,滚动条应该是可见的,否则它不应该是可见的。在剑道可以吗?
您可以覆盖默认样式以隐藏它。
尝试这个:
.k-grid-content{ overflow-y: auto }