According to this document, the following code causes a memory leak in WPF: myDataBinding = new Binding("Children.Count"); myDataBinding.Source = myGrid; myDat
I have a WPF application that I need to have users access directories in. I have searched to the end of the world on how to integrate windows
I have a FlowDocumentPageViewer control that I am populating from the code behind. I am adding text from 3-4 items. I need to know on what page item 1,2,3...
I have a multi-line TextBox with a vertical scrollbar that logs data from real-time processing. Currently, whenever a new line is added by textBox.AppendText(),
I am developing an e-commerce administration panel in WPF. I would like to display currency values in PLN (Polish Złoty). Format {0:C} gives output in USD
Hi I am using WPF and adding records one by one to the listview.ItemsSource. My data will appear when all the data is included, but I want to show the data as
I am a simple housewife and I like to plot a polynomial function for my unmotivated daughter. I have made a grid in WPF, in one cell I want to draw the graph of
I know how to make a Window Modal to a Window I have a Page as my main window. I want to open a window and make it Modal to the Page. Is it possible? Does Page
Why doesn't the following style work? I have in other places the exact same construct with different controls and it works. Using TargetType="{x:Type Separator
I have a WPF application in which the GUI displays a few different aspects of the application to the user, using a different tab for each part of the applicatio
When I compile my application to target version 4.0 of the framework, UI performance goes straight to hell. For instance, opening an Expander that contains a G
How do you code that "loading" or "waiting" graphic in WPF? If someone had a page that requires loading a lot information, typically on a flash web site, you s
Does .NET framework have a collection of icons for use in Windows Forms or WPF application somewhere? How does one use it? For example, how do I use it as an ap
Well I'm working on a small program and I'm trying to set the position of the window's mouse to it's center every time it moves. Thing is I have no idea how to
I'm attempting to create an update button, that you can press to automatically update a record within a DB. the update button opens a new dialog, which then all
We are using Oxy Plot plugin in wpf project, it is great tool but I have one small issue. If I change application window size and reset plot axis zoom, vertical
As per this MSDN link, There is no way to replace only part of the visual tree of a control; to change the visual tree of a control you must set the
I have a button with a style that displays an image inside it. I would like to be able to specify the image it uses using the Content property on the button (or
We have a WPF popup that is working perfectly except that when it opens it takes the focus from the window that triggered it which has a jarring effect as the c
(Assuming a WCF method called "MyFunction") Currently, to support canceling a WCF request, I'm using the BeginMyFunction/EndMyFunction methods generated by svc