Windows Presentation Foundation, or WPF, is a subsystem for rendering user interfaces in Windows-based applications.

learn more… | top users | synonyms

0
votes
1answer
16 views

Embedding a scripting language into my application

My idea is to have a text editor inside my application where users can create scripts in order to execute certain commands in my program.I am not looking to embed a scripting language into my program ...
0
votes
1answer
13 views

list[box|view|whatever] with an 'add new…' item at the end

I'm trying to create a wpf control consisting of a list with an element at the end to add a new item (kind of what some grids have). I've been googling around trying to find a similar component but ...
1
vote
2answers
20 views

Get SelectedItem of WPF Treeview

I am making a WPF application with MVVM Light, and I have the following TreeView: <TreeView x:Name="TreeView" Grid.Column="2" HorizontalAlignment="Left" ...
0
votes
1answer
8 views

access dataset in multiple wpf windows

I am a bit new to wpf and was wondering if you guys could point me in the right direction. I am creating a database program. What I want to do is create a window with a datagrid to display my data and ...
0
votes
1answer
7 views

XAML button template - making gloss effect automatically scale with button height

I am trying to create a button template in Expression Studio for silverlight. The Button is a basic rectangle with another rectangle inside it with a low opacity to represent "gloss" on the button. ...
0
votes
1answer
30 views

c# - WPF highlight Selected Row of Datagrid

I am working on a WPF application MVVM pattern where I have to create some sort of relationship between a treeview and a grid. The idea is to highlight a row with a id equal to the treenode id. ...
0
votes
2answers
50 views

WebBrowser Object under other objects

I have a WebBrowser object in my WPF GUI. I want to use this object with the Kinect. I use Kinect SDK 1.7, Visual Studio 2012, and I configure the WebBrowser object in IE10 emulation. The problem is ...
0
votes
0answers
6 views

How to change RowBackground color of a datagrid

I am currently working on a WPF application MVVM pattern where I have to create some sort of relationship between a treeview and a grid. The relationship is based on ID. The idea is to highlight a ...
1
vote
1answer
19 views

C# WPF Project cannot call F# library

Recently I took a 2 week hiatus from my current project to write a decent sized file parser and a numerical error checker. I decided to write them in F# for kicks and giggles. Fantastic decision. ...
0
votes
2answers
583 views

XPS Print Quality C# vs. XPS viewer

I'm having a somewhat odd print quality problem in my C# application. I have an XPS file (it's basically just a 1 page image, that was originally a scanned black and white image) that I'm trying to ...
6
votes
6answers
3k views

Cancel combobox selection in WPF with MVVM

I've got a combobox in my WPF application: <ComboBox ItemsSource="{Binding CompetitorBrands}" DisplayMemberPath="Value" SelectedValuePath="Key" SelectedValue="{Binding Path=CompMfgBrandID, ...
1
vote
4answers
138 views

How to revert selection on combobox with MVVM Light

I am using WPF and MVVM Light framework. I would like to know how to revert back the selection on a combobox. For example: Default selection is "Text 1" When the user select "Text 2" in the ...
1
vote
1answer
19 views

Silverlight / WPF communication

I have a WebBrowser control showing a Silverlight application. This control is in a WPF application. Obviously this is a bit of a hack to integrate Silverlight with WPF as ultimately neither one knows ...
2
votes
1answer
30 views

WPF using Animation to move a component

I only have experience with C/C++ and just moved to C# and WPF. I want to create an animation to move a component(e.g an image), but I don't know why the following is illegal: ThicknessAnimation a = ...
1
vote
2answers
32 views

SelectedItem on ComboBox

There is a ComboBox in the application which is bound to a collection of items. There are cases that user can select an item from the ComboBox but the selected item might not be ready yet so the ...

1 2 3 4 5 4381
15 30 50 per page