I\'m trying to implement something quite simple but I\'m on my first steps in WPF and I\'m having some problems. I have a class called Component which has a property called Vertices. Vertices is a gen
I\'ve been writing an application on WPF. It has a ListBox bound to a ObservableCollection<> of a custom class. The data is displayed using a dataTemplate 开发者_如何学运维which has a DELETE but
Basically, I have a DataTemplate that defines the items in an ItemsControl and 开发者_如何转开发I want to pop a speech bubble above the item when it\'s clicked. So far, my attempts lead to my adorner
I\'m not sure about the best way to implement this in WPF, so I\'ll state my problem first. I have a collection of frames. Each frame has two images. Let\'s say I have 10 frames giving a total of 20
To display a WPF list box, I use a user control (MessageRowTemplate) as list box item. The user contrul uses a value converter (MessageTypeToBrushConverter). For some reason, the value converter is on
I have a particular template for a listbox item which contains different textblocks. After adding the items in the listbox I want to retrieve the text of a particular textblock of a particular listbox
I am looking at using the Silverlight DataForm for the first time to simplify Add/Edit/View of database records.
I\'ve got a combobox in a datatemplate on my grid, I would like to open it on the first click but it seems that the row is selected first. I have tried changing the isDropDown open on rowchange but fo
I have a Resource Dictionary that I am using to define the look-and-feel (style) for my application. I have just created another Resource Dictionary that contains DataTemplates that I am using on sev
I\'m noticing a serious issue with WPF Toolkit Calendar control.It works fine if I just invoke it with normal inline XAML and set the DisplayDate to a date string, like this: