About 3,040,000 results
Open links in new tab
  1. How do I use WPF bindings with RelativeSource? - Stack Overflow

    How do I use RelativeSource with WPF bindings and what are the different use-cases?

  2. What is the difference between WPF and WinForms?

    Aug 26, 2009 · WPF is the current platform for developing Windows desktop applications. It is a modern, advanced, hardware accelerated framework for developing applications that maintain …

  3. c# - Implement Validation for WPF TextBoxes - Stack Overflow

    Implement Validation for WPF TextBoxes Asked 12 years ago Modified 4 years, 9 months ago Viewed 187k times

  4. How to run and interact with an async Task from a WPF gui

    I have a WPF GUI, where I want to press a button to start a long task without freezing the window for the duration of the task. While the task is running I would like to get reports on progress, an...

  5. How can I bring a window to the front in WPF? - Stack Overflow

    It is tested with both normal WPF and DevExpress. This answer is intended for any use case where we want a small notification window that is always in front of other windows (if the user …

  6. wpf - Does .NET have icon collections? - Stack Overflow

    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 application window …

  7. WPF: ItemsControl with scrollbar (ScrollViewer) - Stack Overflow

    I followed this small "tutorial" on how to add a scrollbar to an ItemsControl, and it works in Designer view, but not when I compile and execute the program (only the first few items show …

  8. Image not displaying at runtime C# WPF - Stack Overflow

    I am trying to display an image in WPF but for some reason, the image won't show! It appears on the Visual Studio editor but when I run the application it doesn't appear. Here is some of my …

  9. WPF: Cannot reuse window after it has been closed

    May 24, 2016 · When we try to show the Window which is closed, we will get the following exception. "Cannot set Visibility or call Show, ShowDialog, or …

  10. Where is the WPF Numeric UpDown control? - Stack Overflow

    Getting into the first serious WPF project. It seems like there are a lot of basic controls flat out missing. Specifically, I am looking for the Numeric UpDown control. Was there an out of band