About 2,990,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. 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?

  3. How do I get a TextBox to only accept numeric input in WPF?

    The way my application is designed, nobody in their right mind is going to want to mess with the arrows. They don't make any practical sense, in the context of my application. So I'm looking …

  4. wpf - How to remove minimize and maximize buttons from a …

    103 WPF doesn't provide the ability to have a window that allows resize but doesn't have maximize or minimize buttons. I'd like to able to make such a window so I can have resizable …

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

  6. wpf - How to set a dialog position to show at the center of the ...

    To get a WPF Dialog to position at the centre of a Windows Forms parent form I passed the parent form to the dialog since Application.Current didn't return the Windows Form parent (I …

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

  8. WPF - How to force a Command to re-evaluate 'CanExecute' via its ...

    I have a Menu where each MenuItem in the hierarchy has its Command property set to a RoutedCommand I've defined. The associated CommandBinding provides a callback for the …

  9. What is WPF and how does it compare to WinForms?

    Feb 26, 2009 · WPF is Microsoft's new framework (actually, it is a subsystem of the .NET framework 3.0) for writing rich Windows applications. It is meant as an eventual replacement …

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