Version 4.0 of the Windows Presentation Foundation (WPF).

learn more… | top users | synonyms

4
votes
1answer
118 views

How should I implement non-event-based actions in WPF?

I come from a couple years' background in looped game programming. I'm very used to having a constant loop in my application which continually calls functions like Update and Draw, allowing me to ...
2
votes
1answer
97 views

how I put image on progress bar?

i put progress bar but its not look proper <ProgressBar Height="30" Width="300" VerticalAlignment="Center" BorderThickness="0" HorizontalAlignment="Center" Foreground="#0A8098" ...
2
votes
1answer
174 views

Does C# 4.0 Apps With Embedded Manifest require Digital Certificate or Stong Name to be installed on Client Machines?

I have a WPF 4.0 Application which will require stopping and starting our Windows Service, Application is Called Data Service Monitor. Rest of the things this Data Service Monitor App does do not ...
1
vote
1answer
64 views

SortDirection always Ascending in WPF

This is my datagrid snippet: <DataGrid Margin="0,4,0,0" Grid.Row="2" CanUserSortColumns="True" x:Name="grvDocs" Sorting="grvDocs_Sorting" AutoGenerateColumns="False"> <DataGrid.Columns> ...
1
vote
1answer
129 views

How to set focusable in a UserControl correctly?

what is the correct value for the Focusable property in a UserControl in case you have a single Control (e.g. TextBox) wrapped inside? All examples I have seen were about the case where you have ...
1
vote
1answer
301 views

Manipulation events in a ListBox in wpf4 is never raised

I have a ListBox control defined within MainWindow and its IsManipulationEnabled property is set to true. I have the manipulation events (OnManipulationStarting, OnManipulationInertiaStarting and ...
1
vote
1answer
147 views

Animate many Usercontrols as endless list

i get a variable number of user controls ordered as a list. My goal is to scroll these controls upwards. When the topmost control left the visible area i want to remove it from the top and append to ...
0
votes
1answer
35 views

How to properly handle focus

Lets say I have next layout: Window UserControl UserControl UserControl Button GridControl GridCell And lets say that GridCell currently has Keyboard focus. If ...
0
votes
1answer
66 views

On Button Click validation in WPF

I am working on the WPF application. In my application there are different forms which save the data. I want to validation the data on button click or while lost focus from control. I want WPF ...
0
votes
1answer
108 views

Fully duplicate mouse movement into touch event

I recently bought an Acer Iconia W510. All the touch events work fine, 1-finger click, double click etc. I have a windows application (WPF 4) that runs on a touch table (running windows 7, developed ...
0
votes
1answer
65 views

Wpf controls size is coming small/blurry in wpf ViewBox

I have an usercontrol in wpf window. In usercontrol, I have put all the controls inside the viewbox so that if the user resize the window it does not effect the scaling of the usercontrol. ...
0
votes
1answer
70 views

Dynamic Button Width using WPF

I am trying to create a control that performs several animations on mouse over event of a button. The first functionality is that, the button should take padding=2 and occupy the entire columns. I am ...
0
votes
1answer
815 views

DataGrid with dynamic columns and rows

I have requirement where I have to show a tree view with list of tables and if user selects any table then it should show a grid with list of columns & rows should have a DataGridCheckboxColumns, ...
0
votes
1answer
200 views

wpf datagrid - Datagrid not getting refreshed when items are removed from ObservableCollection

I have an ObservableCollection defined as follows private ObservableCollection<RelayConfig> _relayConfigs; public ObservableCollection<RelayConfig> RelayConfigs { get {return ...
0
votes
1answer
602 views

WPF Combobox SelectedIndex Property Binding Not working

I am trying to bind the SelectedIndex property of combobox to my ViewModel. Here is the code. Xaml: <ComboBox x:Name="BloodGroupFilter" SelectedIndex="{Binding Path=SelectedBloodGroupIndex, ...
0
votes
1answer
342 views

How to draw an animated chart in WPF

In my WPF application, I need to draw a line chart which draws a line with an animation. The best solution I've found yet, is to use Devexpress tool which provide all what I need and much more but ...
2
votes
0answers
238 views

How to scroll an Surface LibraryBar item into view?

Hallo, using WPF4 and Surface Toolkit 1.5 Beta I am adding items to a LibraryBar in a button click handler. I would like to have the LibraryBar scroll to the latest added item, like in this ...
1
vote
0answers
71 views

VirtualizingStackPanel is working fine in ListView's ItemPanel. But not the simple StackPanel

I just want to display Items in ListView like windows explorer (Large icons). For the same I used the below code. <ListView Name="lstView" ItemsSource="{Binding MovieList}" > ...
1
vote
0answers
96 views

0x88980406 SyncFlush() …Is there a workaround?

I get this exception in my application. I have found links discussing it on the web but nothing indicating how to track it down and/or workaround it. Please do not reply with links from the internet. ...
1
vote
0answers
273 views

Bind Dictionary to DataGridComboBoxColumn WPF

Helo guys.. My idea is make use DataGrid as a mapper template, first the grid will load data from, let say "Table A", whis one of the colum will display data from let say "Table B" i have a "Table ...
1
vote
0answers
86 views

Hosting multiple HwndHost in a WPF application

I am using an hwndhost element to draw DirectX content in a WPF application. When I override the WndProc for HwndHost I do get called with window messages but only by the first instance of hwndhost ...
1
vote
0answers
76 views

How to handle connection status changed in WPF?

In my WPF application I am having a user control in main window and a Frame(Navigation frame) and my first page is menu page and I will navigate from menu page to other page using navigation service ...
1
vote
0answers
200 views

Strange order of firing of Validation.Error event - Added fired before Removed

I am getting strange behavior as far as order of firing of Validation.Error event is concerned. According to the documentation here, the data binding engine first removes any ValidationError that may ...
1
vote
0answers
411 views

WPF TouchDown Event Delay

Quite simply, I am experiencing an unacceptable delay on receiving TouchDown events on my UserControl in WPF4. My understanding of the event stack is that PreviewTouchDown gets sent first but it's ...
1
vote
0answers
321 views

Drag and drop items out of Surface LibraryBar to remove them?

Hallo, in my WPF4 & Surface Toolkit 1.5 Beta project I have a Surface LibraryBar with built-in drag and drop features. I also have a user control where I can drag and drop an item of the ...
1
vote
0answers
111 views

WPF bind fail,when I go to change position of elment about binded Collection

public ObservableCollection<string> S { get; set; } S is binded to ListBox Control,switch element of S,bind fail.ListBox Current item is follow: public string CurrentItem { ...
1
vote
0answers
359 views

Data-Virtualization issue with SurfaceScrollViewer

I'm in a situation where I'm using an ItemsControl with a SurfaceScrollViewer bound to an AsyncVirtualizingCollection and all of the data is being requested. I'm aware that it's due to the ...
0
votes
0answers
7 views

How to create bookmarks in Epub File in Wpf Application using c#

i am using wpf.now i want to do one reader in wpf application,that reader reads the epub file,i able to read the file, i want to do some thing in that reader,like creating Bookmarks,Adding Notes,zoom ...
0
votes
0answers
4 views

navigation in not working when [PartCreationPolicy(CreationPolicy.Shared)] in prism

in my prism application i want to make single shared instance of view but when i try to naviget first time it's work fine but when i try to second time it's not working if i do "Shared" to "NonShared" ...
0
votes
0answers
33 views

WPF C# datagrid fix view row (fix scroll)

i am working on WPF datagrid and want to fix view after insert row at top, whenever row insert at top view scroll down by 1 row, i am using following code int i = 0; DataTable dt = null; ...
0
votes
0answers
15 views

PNG Image Become transparent when increase distance of camera in WPF code

I had set png Image as Brush background of Rectangle and set rectangle to Vieport3D group. But when i am trying to increase distance of camera Image Become Transparent. But this problem face in XP ...
0
votes
0answers
21 views

Loading the changes in WPF app without restarting VS debugging

Coming from web development background I find it very cumbersome to restart VS debugging to see new changes in WPF app. I think one way to make it possible is host (or load) the WPF app inside another ...
0
votes
0answers
21 views

WPF Layout Invalidation and Measure Override Triggers

Is it possible to find out which dependency property, animation or anything else is the source of layout invalidation and causes repetitive calls to MeasureOverride of a custom control. In my case ...
0
votes
0answers
41 views

MVVM and Windows 8 issue

I have a WPF application using MVVM light WPF4 libraries and working perfercly well under wind7 touch PC. I try that same application under WIndows 8 desktop and get some wierd issue with the ...
0
votes
0answers
18 views

WPF Validation Being Cleared On Window Loaded Event Completion

I'm Validating two fields against being empty. In my Loaded event I have code to run the validation and it all appears to run but when the window loads the validation Styling is gone. Here is my ...
0
votes
0answers
19 views

Moving borders according to expander

I have two borders in the following form. <border x:name="brdr1"............> <grid> <label..............> <expander x:name="expdr1" ........> ......... ...
0
votes
0answers
19 views

Using C# .NET XBAP, how to store & retrieve client side recent history data ?

We have an XBAP based application where users heavily uses Search. Now we would like to have some mechanism where how we can show them top 10 (OR 20) recent results the user searched , as these are ...
0
votes
0answers
69 views

WPF bindings not working on BusyIndicator BusyContentTemplate

I've tried to implement a busy indicator to my project but I get errors from the bindings in my immediate window that the properties are not found. The same technique I'm using seems to be working ...
0
votes
0answers
78 views

Pass Windows credentials from to ASP.NET website

Need to pass Windows credentials from a WPF application to ASP.NET website. The website is a ASP.NET website with forms based authentication. (IIS has windows integrated mode on). the WPF app has a ...
0
votes
0answers
120 views

WPF: How to define a Xaml resource (locally) if it has not already been defined elsewhere?

I am writing Style Setters for custom WPF controls and would like to set values to resources (such as Brushes) that would ideally (read "hopefully") be defined at an application-level (so that ...
0
votes
0answers
65 views

WPF Canvas Virtualization and Background Issue

In my WPF application I have ItemsControl which has ZoomableCanvas as Panel which provides the Virtualization mechanism for the Canvas. This is working perfectly. This Canvas needs to have a Graph ...
0
votes
0answers
47 views

cannot append a row to datagrid WPF

I scratched my head a lot and worked also, but still not able to add a row to a datagrid. I mean i cannot append, when ever i am adding a new row the previous data is going away and only tht one row ...
0
votes
0answers
165 views

Communication between multiple view-models using MVVM & Prism 4.0

I am trying to identify the best appraoch for multiple view-models communication mechanism (eg: View-Model A & View Model B are loosely coupled one. Now I want to pass one value to my View Model B ...
0
votes
0answers
43 views

Binding with no effect (obvious Microsoft Visual C# bug?)

I wrote a converter which I wanted to use with my ribbon button: public class ReplaceImageConverter : IValueConverter { public object Convert(object o, Type type, object parameter, ...
0
votes
0answers
89 views

Sharepoint integration with client application (WPF)

We have a wpf appilcation which will be integrated in sharepoint 2010. it means, my application file type (let say .abc/.xyz) should be associated, for that I will create new library in sharepoint ...
0
votes
0answers
104 views

WPF UserControl hosted in WinForms Black Screen Issue

I've hosted a wpf usercontrol in a winform (.Net 4.0 and devxpress) and there are some disturbed stuations. When resizing the WinForm and/or interacting with ui so much (clicking or key pressing ...
0
votes
0answers
54 views

MouseLeave EventTrigger fails when activated after Unloaded

I have a xaml layed out somewhat like below. The EventTrigger triggers myControl well, a problem arises however when the UserControl is unloaded. I use datatemplating to load/unload this control for a ...
0
votes
0answers
231 views

DataGrid horizontal scrollbar disabled

I have WPF DataGrid with ItemsSource bound to ICollectionView implementation. Collection is full of items before DataGrid is even instantiated. All columns within DataGrid are of ...
0
votes
0answers
39 views

Auto SignOff on user Inactivity

I want to redirect the user to the Login screen on user inactivity on the application after a stipulated period of time. Activity here would imply a mouse hover, a click or an textbox entry etc. I ...
0
votes
0answers
51 views

Trouble animating a SolidColorBrush

I have the following code: <Grid.Background> <DrawingBrush Stretch="Uniform"> <DrawingBrush.Drawing> <DrawingGroup> ...

1 2