开发者

Silverlight Control Help

开发者 https://www.devze.com 2023-02-04 05:37 出处:网络
I\'m fairly new to Silverlight, and am using an MVVM architecture. I have created a popup which contains a dropdown combobox which contains list objects.

I'm fairly new to Silverlight, and am using an MVVM architecture.

I have created a popup which contains a dropdown combobox which contains list objects.

A button below indicates "Add List Item", thus when a list object is selected from the above combobox, and whenver the button is clicked, I want to display a row with the following:

---- reusable control ----

a delete button, a dropdown combobox of all child list items to the top combobox, and a text field, where I can make one association.

---- reusab开发者_高级运维le control ----

So my issue is, how to create a reusable control to appear each time I click the button, and when viewing, showing all items in the list.

If someone has some examples of this, that would be great.

Thanks.

0

精彩评论

暂无评论...
验证码 换一张
取 消