动态加载空件的问题
一:这个函数执行没有问题,咋样给里面加空件呢?
XamlReader.Load("<DataTemplate xmlns=\"http://schemas.microsoft.com/client/2007\"><StackPanel Width=\"150\" Orientation=\"Vertical\" xmlns=\"http://schemas.microsoft.com/client/2007\"></StackPanel></DataTemplate>")
如这样加:
XamlReader.Load("<DataTemplate xmlns=\"http://schemas.microsoft.com/client/2007\">
<StackPanel Width=\"150\" Orientation=\"Vertical\" xmlns=\"http://schemas.microsoft.com/client/2007\">
〈my:Label xmlns=\"http://schemas.microsoft.com/client/2007\"/>
</StackPanel></DataTemplate>")
为何会出错,应该咋样加?
[解决办法]
http://www.cnblogs.com/luosm/articles/2261826.html
看看这个动态添加Grid列的