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 mobile 5.0 应用程序时使用 listview。在最后添加项目时,它会显示垂直和水平滚动条。如何删除水平滚动条?
只需调整Listview的宽度。也就是说,如果您有一个宽度为 50 且有五列的列表视图。列的宽度之和应小于或等于 45。因此您可以在末尾得到 5,并且不显示水平滚动。仅当您拖动标题时,水平滚动才可见。