About 3,150,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: 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 …

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

  4. Execute task in background in WPF application - Stack Overflow

    possible duplicate of How to execute task in the wpf background while able to provide report and allow cancellation?

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

  6. c# - Pan & Zoom Image - Stack Overflow

    Apr 12, 2009 · I want to create a simple image viewer in WPF that will enable the user to: Pan (by mouse dragging the image). Zoom (with a slider). Show overlays (rectangle selection for …

  7. c# - MVVM: Tutorial from start to finish? - Stack Overflow

    I was in exactly the same situation recently, mate, and I can tell you what I did. Josh Smith "WPF Apps With The Model-View-ViewModel Design Pattern" read again, again and again :-) …

  8. WPF WebBrowser control - how to suppress script errors?

    I found a similar question here: How do I suppress script errors when using the WPF WebBrowser control? But non of those solutions work for me. I need to stop the popups from appearing as i …

  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. How to bind multiple values to a single WPF TextBlock?

    May 25, 2016 · I'm currently using the TextBlock below to bind the value of a property named Name: <TextBlock Text="{Binding Name}" /> Now, I want to bind another property named ID …