标题可能有点尴尬,但很难用一句话来解释。对不起。
无论如何,这就是我试图完成的。
假设有一个Property
模型类包含ID
、Name
和List
。
我想提供一个TextBox
for name 属性、ListBox
forList
属性以及TextBox
将Button
字符串添加到列表中。
----------
Name | | <-textbox
-------- ----------
|item1 |
|... |
| | <-listbox
--------
------------ <-textbox for adding
| | [add] <- button
------------
当我保存模型时,它应该保存List
到模型的属性中Property
。
我尝试了几件事,总是出问题。如何解决这个问题?