首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 媒体动画 > CAD教程 >

动态加载空件的有关问题

2012-08-03 
动态加载空件的问题一:这个函数执行没有问题,咋样给里面加空件呢?XamlReader.Load(DataTemplatexmlns\

动态加载空件的问题
一:这个函数执行没有问题,咋样给里面加空件呢?
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列的

热点排行