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

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

  3. c# - How to easily draw graphs in WPF? - Stack Overflow

    @RachelGallen Could you tell me how to draw graphs of edge-connected vertices using Dynamic Data Display? The documentation is poor and I can't tell from the tutorials how to do this kind …

  4. How to get controls in WPF to fill available space?

    Aug 30, 2008 · Some WPF controls (like the Button) seem to happily consume all the available space in its' container if you don't specify the height it is to have. And some, like the ones I …

  5. c# - Setting WPF image source in code - Stack Overflow

    I'm trying to set a WPF image's source in code. The image is embedded as a resource in the project. By looking at examples I've come up with the below code. For some reason it doesn't …

  6. wpf - Binding to static property - Stack Overflow

    Jan 7, 2015 · As of WPF 4.5 you can bind directly to static properties and have the binding automatically update when your property is changed. You do need to manually wire up a …

  7. WPF - Import image as resource - Stack Overflow

    In WinForms it is possible to import an image as a resource, and the image would still work when compiled in the /bin/Debug folder. I can't figure out how to get this working in WPF, when I run …

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

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

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