When my Deployment Catalog contains System.Windows.Controls.Layout.Toolkit.dll MEF \'breaks\'... All I\'m doing is adding a reference to this file in my project and the following diagnostics code writ
I was wondering if I can have a ComboxBox with a Treeview as the selector rather than a list? I note that there is a ComboBox.ItemsPanelTemplate, but I don\'t know what I need to do to get this to wo
I have a tab control with two tab items (TABITEM_A, TABITEM_B). TA开发者_JAVA技巧BITEM_A contains a tree view item that can be drag (in this scenario an tree view item will be drag to TABITEM_B) while
I\'m trying to unit test a user interface using the Silverlight 4 Toolkit. When I attempt to instantiate the UserControl, it\'s throwing an exception because in the XAML of the UserControl it\'s usin
I have a TreeView that the user navigates to select an item for display in a grid.Briefly the XAML looks like this:
I have a main datagrid, then an accordion control below it. In one of the accordion items I have another datagrid that binds to the selected item of the first datagrid. Simple xaml is:
My main question is about binding case in the scene that we have multiple sources for a control(a combobox inside a datagrid)(or having both datacontext and itemssource). Then how can we know which so
I have the SL Control toolkit installed on my machine and I have added a reference to the toolkit DLL (System.Windows.Controls.Toolkit.dll)
I would like to have a textbox in a Silverlight app where the user can type in it, and after a few characters are entered the control calls a web service to retrieve a list of potential choices that t
When using the Silverlight DatePicker, it opens on days view by default. When a user has to select his birthday, it would be a lot user-friendly if he could first select the year and drill down immedi