2
我有一個只有1個對象作爲數據源的BindingSource。BindingSource,設置數據源,然後設置一個新的數據源
我綁定在數據源上的一些值。這是完美的。
但是。
當我這樣做:
bindingSource.DataSource = new Foo() { Bar = "..."; }
這不是通過UI體現。
有沒有辦法強制更新?
我試着綁定到數據源但沒有運氣的控件上的resetbindings。
謝謝你,它就像一個魅力! – Snake 2010-09-07 13:04:34