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

learn more… | top users | synonyms

0
votes
0answers
14 views

Move caret after a MoveFocus() call

I am attempting to manually control traversal of a number of TextBoxes in a (WPF) Window. I am successfully using (this is within a PreviewKeyDown handler): if (<logic>) { ...
0
votes
1answer
15 views

Dynamic in xaml Data Template selector

Ok I found this wonderful idea on code project. link The idea is great add all your data templates to collection in your list box. Tell each one what to look for (a type) and what data template to ...
0
votes
0answers
24 views

Get a specific cell when selecting a row from datagrid

Im using a SQL database to store data. I have a datagrid where i show the data from the database. The problem is, when a user select a row in the datagrid, and click on my "Delete" button, i want to ...
0
votes
0answers
4 views

Lync Conversation window Minimized when IM is not accepted

I have an application that docks a conversation window. I am keeping the parent window hidden & minimized until the user accepts the IM. I am using the ModalityStateChanged event to handle ...
2
votes
1answer
14 views

Application icon is correct in taskbar but not on start menu?

Application icon is shown correctly on the taskbar : But on the start menu it is not : The icon has been defined in XAML like this : <Window Icon="icon.png"> And application is ...
-1
votes
1answer
10 views

Binding SelectedItem of ComboBox in DataGrid with different type

I have a DataGrid which contains ComboBox as column. Let consider DataGrid having ItemsSource as ObservableCollection and ComboBox ItemsSource is List . I want to set the ComboBox SelectedItem ...
0
votes
2answers
14 views

Combobox' SelectedItem bound to a DependencyProperty is not refreshing

I have a combobox, whose SelectedItem is bound to a dependency property. public IEnumerable<KeyValuePair<int,string>> AllItems { get { return _AllItems; } set { ...
1
vote
1answer
16 views

WPF Prism - Send an object in navigatoin

I'm writing a WPF/MVVM application using Prism/Unity. I'm having issues on how to transfer data from one usercontrol to another when navigating a region. I have a region This is populated by a ...
4
votes
1answer
38 views

Showing multiple headers in one column with DataGrid

I would like to have more than one property in a column like the following: Now, it's easy to create a cell template to show more than one property, but how would one go about creating a header ...
0
votes
1answer
18 views

WPF Set Out of the Box Property to Inheritable

Is it possible to change the inheritance settings for a WPF property? Ideally, I would set ToolTipService.ShowDelay at the Window or UserControl level and everything in the visual tree would inherit ...
0
votes
0answers
16 views

DispatcherTimer in a Custom Control does not Fire

In the following code displayTimer would not start when the AlarmClockControl is instantiated on a Window and the project is run. Any idea of why? Thanks What else can I add? Why is SO irritates by ...
0
votes
1answer
19 views

Binding on conditions of multiple datagrids

I am looking for a bit of assistance on the following. My view model contains the following: A list of all jobs A list of all grouped jobs (e.g jobs in a particular category) A list of all jobs in ...
0
votes
1answer
31 views

WPF Trigger on TextBlock doesn't work C#

I want to make a centerized TextBlock, my first step is to try to make a trigger bind ActualWidth with Canvas.Left to see if it works, but unfortunately it doesn't work, it doesn't work after this: ...
-1
votes
0answers
19 views

Not sure which event to use, to determine when a user control is closing or being navigated away from

We're writing a new app, basing our architecture upon an application the Billy Hollis shared at the December 2012 VS Live conference in Orlando. Billy's app is called BasicNavShell (perhaps there's ...
0
votes
1answer
28 views

Add Office 2013-like animations to my C# application

So, in Office 2013, the applications have animations such as a "smooth typing" animation, along with things such as the email list in Outlook smoothly moving emails rather than just deleting one out ...
0
votes
4answers
26 views

How to Binding a ItemsControl.ItemsSource with a property of the window in WPF?

Hi I have a Window like this: <Window x:Class="WinActivityManager" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
1
vote
1answer
22 views

Execute function across user controls wpf c#

I have a MainWindow in my application. Within the MainWindow I dynamically host a user control (ucA). Within ucA i have another user control (ucB). When I click the save button on ucB, i need to ...
1
vote
0answers
10 views

How to show image in Grouped Header of Devexpress WPF Grid with multiline text?

I have a grid which displays some data wtih grouping on specific column. I want to display the image that is stored in DB which corresponds to that header Column in WPF. Is it Possible? Please refer ...
0
votes
0answers
9 views

System.Windows.Input.KeyInterop.VirtualKeyFromKey() does not Work?

Having e As System.Windows.Input.KeyEventArgs and trying to transform the Wpf Keyboard Event to a WinForm one, I do: Dim myKeys As System.Windows.Forms.Keys = DirectCast( ...
0
votes
1answer
9 views

Authentication NTLM to Sharepoint Services failed on List.asmx but works for copy.asm

I have a simple .NET WPF application. I added service reference. to //server:port/sites/site_collection_name/_vti_bin/lists.asmx and call it ListServ. I typed followed code ListsSoapClient ...
0
votes
1answer
25 views

wpf dataGrid sum cell with entities

I display dataGrid in WPF and entity framework, column 2 has a price per unit column 3 has the quantity (column 4 has the discount), I want column 5 will be the summary. My question is how I can ...
-2
votes
0answers
24 views

WPF ,XAML NameSpace Does not Read the Class in VS2010 C#

I am Working on Windows Phone App ,Visual Studio 2010 I want to do databinding and i am stuck at an error Error is "The Type local:AdderClass can not be found " in the line in XAML code i have ...
0
votes
1answer
22 views

WPF: call Command in MVVM after view is rendered?

I am designing a WPF app and using MVVM pattern. Let's say I have one view called View1, and it's DataContext is set to ViewModel1 in it's contractor. The VM has one Commandcalled RefreshCommand whose ...
0
votes
0answers
18 views

How to get values assigned via ParentTemplate with WPF automation?

There is xaml: <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ...
1
vote
0answers
33 views

High Performance WPF Datagrid

My issue in a nutshell : we are currently using in our project the standard WPF dataGrid, which comes with WPF .NET4 and above. Unfortunately for us, the performances are horrible for the scale of ...
0
votes
0answers
18 views

Why does my custom template CalendarDayButton not listen to PropertyChanged?

I've created a custom control based on Calendar that also implements. It's functionality is that it can color code days based on if that day is present in a Observable Collection. I've created a ...
3
votes
1answer
19 views

Forced usage of stored procedures with ADO.NET Entity Framework

I would like to have your advice. I'm now developing a small WPF client application using C#, bindings, ADO.Net Entity Framework, ODP.net and an Oracle database. The application is a small one, two ...
0
votes
1answer
19 views

registering UnhandledException of AppDomain WPF

I am registering to un-handled exception of my WPF Application. After UnhandledExceptionHandler invokes, the application will close automatically ? Or do I need to call ShutdownProcess(); Is this ...
2
votes
2answers
46 views

How to use entity framework when users are also creating tables

as I understand it when using WPF with the MVVM pattern, on the Model side of things, you can have your classes and entity data classes(which act as a type of database access). I have run my eye over ...
1
vote
1answer
12 views

WPF TreeView, Binding not working

I have TreeView that I am binding to List of My Data Class. Actually, I am using JSON data and create List from it. Also, I define a DataTemplate in TreeView to hold an Image and TextBlock in ...
0
votes
0answers
23 views

Min Height for a Row which can be collapsed in some scenario

I have a grid with multiple rows. out of which some of the rows can be collapsed in some particular scenario. Is there a way to define min height for these collapsible rows so that there height ...
1
vote
0answers
13 views

Position on minimized window when “show in taskbar” property is false

I have a main window which opens several other small windows in wpf application. I have made the "show in taskbar" property of the small windows as false, so now they minimize above the task bar. My ...
1
vote
0answers
13 views

Font Smoothing in WPF WebBrowser control

Here is text rendered in a WPF WebBrowser control: Here is the same text using the same font rendered in IE10 on the same machine: I have tried the registry hack to make the WebBrowser control ...
2
votes
2answers
27 views

WPF - How to restyle ComboBox to remove the textbox/editbox and replace with static text

I want to restyle a WPF ComboBox which is formatted to be a drop-list type, BUT remove the selected TextBox which gets populated with the selected contents and just replace it with some static text ...
1
vote
1answer
48 views

Leftmouseclick on stackpanel

I have a stackpanel with image and button in it. I want to fire event when user clicks on a button in stackPanel. My code in xaml is <StackPanel x:Uid="TemperatureMonitor" ...
1
vote
2answers
25 views

Handle click event or MouseDown in a disabled WPF StackPanel

It's been a while I'm trying to do something like that and I am about throwing a NotImplementedException now... I mean, throwing in the towel. You are my last hope. So, there is my goal: Enabling a ...
0
votes
1answer
30 views

Binding with the inner DataGrid in wpf

I am having problem to bind with an inner DataGrid. The binding works with the DataGrid "Account" but not with "Record". I am using DataGrid.RowDetailsTemplate for the second Datagrid <Grid> ...
0
votes
0answers
17 views

How to Display Column Header on each Grouped Header of Grid with Image in WPF?

I have a grid which displays some data with grouping on specific column. I want to display the Column headers for each Group Header section and not just only once for whole Grid in WPF. Is it ...
2
votes
3answers
32 views

How to get indices of selected items in WPF's listbox?

Before you mark this question as a duplicate or suggest using Items.IndexOf, please do the following: public MainWindow() { InitializeComponent(); var A = new object(); var B = new ...
0
votes
0answers
22 views

style is not applied at runtime but being applied at design time in wpf

I have a simple style in a resource dictionary which is located in a WPFResources.dll, I am accessing this style in another project, I can see that the style is being applied at design time, but when ...
0
votes
1answer
14 views

How to fix an error in the WPF design with custom control

I am attempting to create a region control that does the following trick <wgc:RegionContentControl Region="HotDog"> <Label>Foo</Label> <Label>Bar</Label> ...
0
votes
2answers
33 views

Property change on one control to refresh converter on another?

I have a page when a user can enter their weight. The data is always store as lbs because most of my calculations in the app are base on lbs. But, visually the user can enter kg, lbs and stone. So ...
0
votes
0answers
18 views

How do I remove the default Mouseover/Selcted Item highlight style on a listBox/ListView when using a DataTemplate as my ItemStyle?

When using a Listbox I normally use an ItemContainerStyle for the style of my items. I could then change my default mouseover highlight style no problem. With a DataTemplate as my Item style I cannot ...
0
votes
0answers
10 views

Methods necessary to override when creating the custom control derived from FrameworkElement

I want to create a custom control which is derived from FrameworkElement, here i want to know what are all the methods i would need to override for this? Any one please provide suggestion to me?
0
votes
0answers
15 views

WPF UI window freezes when timer is running

I am building an application using the MVVM pttern in which I have a window with a tab control. WHen any tabitem is selected, I validate it for data errors using IDataError. I then populate a message ...
0
votes
1answer
19 views

WPF Calendar loses blackout dates when enabled / disabled

I have a calendar control that I disable dates on using Blackout dates. The calendar control is bound to another property that allows a user to enable or disable the calendar. The Blackout dates ...
0
votes
1answer
11 views

I wan to know, can portable WPF application with Ribbon feature work on windows XP?

I wan to know, can portable WPF application with Ribbon feature work on windows XP? If yes then what extra upgrades I have to do ?
1
vote
0answers
34 views

MVVM View representation when using a list and multiple view model properties

In reference to a previous question with an MVVM answer I'm trying to build on this, instead of simply using text in the listbox, I want to be able to insert a UserControl that displays 3 different ...
0
votes
0answers
15 views

Cannot install MahApps assembly using IronPython in Visual Studio (with PTVS 2.0)

I am trying to create a MahApps styled WPF application using IronPython 2.7.3 in Visual Studio Ultimate 2012 with PTVS. However I cannot install MahApps.Metro via Nuget using the GUI. Choosing ...
0
votes
1answer
16 views

WPF starting up interfaces without freezing the GUI

I know there is a bunch of threads about initializing stuff in a different thread so you dont need to freeze your UI. But in my case this initialization involves creating a lot of plots (polylines in ...

1 2 3 4 5 1290