You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to UI Binders
How would I use collection View on my custom control?
I 'm building custom control that has a list on it, the ItemSource is
bound to a dependency property on the custom control
Now I want to change and to use Collection view as Item souorce,
where would I define it and how should I use it? in the Xaml, as
Dependency property?
Tanks for any help.
Steve Ruben
unread,
May 9, 2011, 11:11:09 AM5/9/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ui-bi...@googlegroups.com
I've attached some sample code that I think should help you with your problem. This is a silverlight 4 application with a user control hosted inside the main page. The pain page contains 1 button that will swap the data displayed in the user control. Please let me know if you have any questions.