I have a user control that I've created, however when I go to add it to the XAML in the window, Intellisense doesn't pick it up, and I can't figure out how to add it to the window.
Wpf – Add a user control to a wpf window
user-controlswpf
Related Question
- C# – Disposing WPF User Controls
- C# – “The Controls collection cannot be modified because the control contains code blocks”
- Wpf – the difference between a User Control Library and a Custom Control Library
- WPF and initial focus
- C# – Automatic vertical scroll bar in WPF TextBlock
- C# – Metadata file ‘.dll’ could not be found
- C# – How to exit a WPF application programmatically
- WPF user control bind data to user control property
Best Solution
You need to add a reference inside the window tag. Something like:
(When you add xmlns:controls=" intellisense should kick in to make this bit easier)
Then you can add the control with: