Tagged Questions
0
votes
3answers
245 views
WPF: Filtering items in ItemsControl and ContentControl
I have created a UI user control that represents a calendar month view. The control is consisted of 42 borders arranged in 7x6 grid (7 days in a week x 6 weeks to show per month).
Next, I have ...
0
votes
3answers
911 views
Why would ItemsControl show a view but ContentControl show nothing?
I've got an application based on Prism.
This is my shell:
<Window x:Class="AvarioCRM3.ShellV2"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...