lookless

how to use DesignInstance with Caliburn.Micro

纵饮孤独 提交于 2019-12-04 04:02:13
问题 I am using Caliburn.Micro I have this WPF View that in design time uses sample data successfully on basic properties like firstname etc but can't won't find the view for properties and collections of complex types <UserControl x:Class="NonRepositoryItems.Reviewer.ReviewerView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas

how to use DesignInstance with Caliburn.Micro

本小妞迷上赌 提交于 2019-12-01 22:37:47
I am using Caliburn.Micro I have this WPF View that in design time uses sample data successfully on basic properties like firstname etc but can't won't find the view for properties and collections of complex types <UserControl x:Class="NonRepositoryItems.Reviewer.ReviewerView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:Controls="clr-namespace:MyFramework.Controls.BusyIndicator