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.
我想要列表组件,它基本上是标签(字符串)的列表,我可以通过触摸选择元素然后获取选择位置编号。哪个组件好?
列表框呢?它具有 SelectedIndex、SelectedItem 和 SelectedValue 等属性,并且可以使用简单的字符串作为项目。