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.
在表单上,我有一个默认组合框,我有另一个按钮,允许用户添加更多组合框,但是,当用户动态添加新组合框时,默认组合框中的现有选定值会发生变化,但想法是添加了许多组合框,如果用户选择了任何内容,则每个先前添加的 ComboBox 都不会丢失选择。有人能指出正确的方向吗?
谢谢
你对你的问题不是很清楚,但是我建议BindingContext在将它添加到表单之前为你的控件设置一个新的。 祝你好运。
BindingContext