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.
我有一个列表框,它位于用户控件内的更新面板内。我在按钮单击时从另一个用户控件调用此用户控件。在调试时,我可以看到 ListBox.Items.Count > 0,但是,当显示用户控件时,列表框显示为空。
对此的任何帮助都将受到高度赞赏。