小语
如果你们是瞎眼的,就无罪了,但现在你们说:“我们能看见”,所以你们还是有罪的。——耶稣
wpf
9.58
<StackPanel >
<StackPanel Orientation="Horizontal" >
<Image Width="20" Margin="3" Source="Images/下载.png ">
</Image>
<TextBlock VerticalAlignment="Center" Text="Some Folder"/><!--不能把这一句话放在image里-->
</StackPanel>
<TreeView x:Name="FolderView">
<TreeView.Resources >
<Style TargetType="{x:Type TreeViewItem}">
</Style>
</TreeView.Resources>
</TreeView>
</StackPanel>
</Window>
此为引入图片的代码,
目前阶段的问题是:我为什么输入和视频教程一样的代码,window_Loaded仍然无法正常使用。
这里就是我自己擅自输入了,其实不需要输入确实是只要一按enter就出现了,因为它是默认的。
前提是按了=再按enter,再按tab,我发现按了tab,那个索引标就出现到了外面,然后我们的cs里就出现了我们想要的东西。
34.14
I can't find the wrong I made
1.Why photos can't show to me?
2.why I press expand ,nothing changes?
9:44I found it!It's cause I type the wrong thing...Be careful!
有一个问题一直没有解决,只好这样了,等到明天吧