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 窗体控件(或控件集),它使用户能够从商品列表中选择项目并为每个项目选择计数,该结构类似于购物车,但我需要在 Windows 窗体上实现它,我怎么能使用 Windows 窗体控件完成此操作,该场合的最佳实践是什么
商品列表的 ListBox 控件....
然后使用一个带有加号和减号按钮的小文本框作为计数器