Top "Wpf" questions

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

Select folder dialog WPF

I develop a WPF4 application and in my app I need to let the user select a folder where the …

c# .net wpf folderbrowserdialog
WPF User Control Parent

I have a user control that I load into a MainWindow at runtime. I cannot get a handle on the …

c# .net wpf
Change DataGrid cell colour based on values

I have got a WPF datagrid and I want diffrent cell colours according to values. I have got below code …

c# wpf xaml colors datagrid
WPF Timer Like C# Timer

Where can I find a control which is like the C# Timer Control in WPF?

c# wpf timer
How to display default text "--Select Team --" in combo box on pageload in WPF?

In a WPF app, in MVP app, I have a combo box,for which I display the data fetched from …

wpf combobox
How to stretch in width a WPF user control to its window?

I have a Window with my user control and I would like to make usercontrol width equals window width. How …

c# .net wpf xaml wpf-controls
"Items collection must be empty before using ItemsSource."

I'm trying to get images to display in a WPF ListView styled like a WrapPanel as described in this old …

.net wpf vb.net entity-framework binding
WPF global exception handler

Sometimes, under not reproducible circumstances, my WPF application crashes without any message. The application simply close instantly. Where is the …

c# .net wpf exception exception-handling
What does InitializeComponent() do, and how does it work in WPF?

What does InitializeComponent() do, and how does it work in WPF? In general first, but I would especially be interested …

c# .net wpf attached-properties
Setting Icon for wpf application (VS 08)

Before going much further i'll mention I have tried solutions in following: How do I set the icon for my …

c# wpf visual-studio-2008 resources icons