About 3,150,000 results
Open links in new tab
  1. 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

  2. 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...

  3. 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 …

  4. 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 …

  5. 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 …

  6. WPF What is the correct way of using SVG files as icons in WPF

    Feb 11, 2021 · WPF What is the correct way of using SVG files as icons in WPF Asked 15 years, 2 months ago Modified 2 years, 8 months ago Viewed 196k times

  7. c# - Example using Hyperlink in WPF - Stack Overflow

    Apr 20, 2012 · Example using Hyperlink in WPF Asked 13 years, 6 months ago Modified 1 year, 11 months ago Viewed 256k times

  8. Window vs Page vs UserControl for WPF navigation?

    Window is like Windows.Forms.Form, so just a new window Page is, according to online documentation: Encapsulates a page of content that can be navigated to and hosted by …

  9. WPF - Adopt size of parent - Stack Overflow

    May 12, 2016 · WPF - Adopt size of parent Asked 13 years, 5 months ago Modified 6 years, 5 months ago Viewed 52k times

  10. wpf - Change color of Button when Mouse is over - Stack Overflow

    I want to change the background color of a button when IsMouseOver == True <Button Command="{Binding ClickRectangleColorCommand}" Background="{Binding Color, …