I\'ve attached an example. Every time a form is opened A new tab is added to the tab control About 30 megabytes of system memory can be added.
I have a Silverlight 4 application with a DataGrid. The rows of the datagrid contain two AutoCompleteBoxes.
I have the below code for my autocompletebox and I am trying to do what I think is fairly simple. I have a list of users and user id. I want the user to type in \"jim\" and see \"jim\" but bind my val
Is it possible to change the parent of a silverligh开发者_StackOverflowt control? When I tried adding it to the children collection I got an exception.You cannot assign a control to two different pare
I have a combobox, using databinding and MVVM pattern. Everytime the user changes the selection, I added an event trigger, and a command is executed. the code is the following:
I want the corners of my TextBox to have CornerRadius=12. I use the ControlTemplate, everything is fine, but the text in the textbox when I write something shows spaces or dots.
I have a ListPicker in my Windows Phone 7 app where both the ItemsSource and SelectedIndex properties are bound to my ViewModel. SelectedIndex is using Two Way binding. The items and the SelectedIndex
I\'m trying to make a grid for a开发者_开发问答 listitem template. There should be three columns, the second and third columns should be 50px wide each, the first column should stretch too fill the re
I need to create a new sub folder say \'MyNewFolder\' under My Documents. I also need to grant permission my application or even everyone to read/write in \'MyNewFolder\' folder.
This question is in regard to the Telerik RadButtons for Silverlight. I have themes per customer on the site where Silverlight is used.I am able to change the background and foreground colors by setti