Tagged Questions
10
votes
3answers
10k views
WPF: template or UserControl with 2 (or more!) ContentPresenters to present content in 'slots'
I am developing LOB application, where I will need multiple dialog windows (and displaying everything in one window is not an option/makes no sense).
I would like to have a user control for my window ...
2
votes
2answers
1k views
Does anyone have a simple example of a UserControl with a single ContentPresenter?
So far, I have this:
<UserControl
x:Class="MyConcept.ExpanderPanel"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...