Tagged Questions

1
vote
1answer
11 views

How do I select an item in my WPF ComboBox based on my data binding?

I've got my DataContext set to a Book object. Book has properties: Title, Category. I've got a CollectionViewSource "categoryList" that holds a list of Categories. Question: How do I select the …
4
votes
5answers
84 views

How to encode/decode video using C#?

A little background, I was given the task of fixing a few "small" bugs and maintaining this solution for streaming video across the network between two instances of our application. The solution was …
0
votes
1answer
15 views

WPF - ScrollView Confusion

I am new to WPF and the ScrollViewer is frustrating me. Either I just don't "get" it, or it is a limited control. Here are my Frustrations: Bad Horizontal Scrolling The horizontal scroll bar is …
0
votes
3answers
18 views

WPF Data Binding - Data Template is not Getting Values

I have the following DataTemplate: <DataTemplate DataType="{x:Type Client:WorkItem}"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto" /> …
0
votes
3answers
24 views

What is the way to minimize number of similar event handlers?

A WPF window should have hundreds of objects (rows of rectangles) and mouse clicking on each of them should fire similar actions. These actions differ only by several parameters (say "No. of Row" and …
0
votes
1answer
19 views

Unity Configuration and Same Assembly

I'm currently getting an error trying to resolve my IDataAccess class. The value of the property 'type' cannot be parsed. The error is: Could not load file or assembly 'TestProject' or one of its …
0
votes
1answer
13 views

WPF Data Binding - Example of “Custom Type Descriptor”

I see several people saying that WPF can use "Custom Type Descriptors" for "Change notification". The ways I know how to do Change Notification are: …
0
votes
0answers
21 views

WPF convenience controls

Hi Guys I asked this question the other day. I got only one answer which was to make my own control and add a dependency property to vary the only thing that changes (an index to get the right data …
1
vote
1answer
20 views

WPF: PreviewMouseMove not firing when left mouse button is pressed?

I'm writing a small drag and drop feature on the project I'm working on. I've done this type of feature several times before, and I always use a combination of PreviewLeftMouseButtonDown and …
0
votes
1answer
46 views

What is currently the best, free time picker for WPF?

I'm looking for a simple time picker control for WPF. I've found found this one: http://marlongrech.wordpress.com/2007/11/18/time-picker/ but it has some issues e.g. you can't type in "00" into …
1
vote
2answers
171 views

How to play a sound in WPF

Hi, I'm a novice C# programmer and am having trouble getting music to play in my WPF (Windows) application using VS 2008. This is a web app. What I think is happening is myMediaElementExample …
0
votes
1answer
14 views

WPF ItemsPanelTemplate not working

I'm trying to get an ItemsPanelTemplate working for a ListBox. The ListBox is used in a DataTemplate, and none of my implicit ListBox styles override the default visual style. For some reason, the …
1
vote
1answer
14 views

RichTextBox in WPF not resizing contents correctly

I need to display text with colors and formatting in a List. I'm using a ListBox with a RichTextControl to display the data. I also need the contents to size to the window, but the text does not need …
1
vote
0answers
21 views

What strategy should be used for converting real world dimensions to WPF units?

We have an application that will be reading real world dimensions from the DB in milimetres, these values will then be presented to the user in WPF. Currently I'm using the following strategy when …
2
votes
2answers
25 views

How do I create a binding that involves some sort of formula?

As an example, if I have an element whose size I want to be twice the size of another element, how would I achieve this? An example would be the following, mirroredObject is the object that I want to …

1 2 3 4 5 498 next
15 30 50 per page