9月1日wpf

小语

如果你们是瞎眼的,就无罪了,但现在你们说:"我们能看见",所以你们还是有罪的。------耶稣

wpf

9.58

cs 复制代码
    <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!

有一个问题一直没有解决,只好这样了,等到明天吧

相关推荐
Java林间1 天前
Zookeeper是什么?基于zookeeper实现分布式锁
分布式·zookeeper·wpf
zizisuo1 天前
1.微服务拆分与通信模式
微服务·wpf
程序员秘密基地2 天前
基于c#,wpf,ef框架,sql server数据库,音乐播放器
sql·sqlserver·c#·.net·wpf
Zhen (Evan) Wang2 天前
.NET 6 WPF 利用CefSharp.Wpf.NETCore显示PDF文件
.net·wpf·.netcore
冰茶_3 天前
WPF特性分析
学习·microsoft·c#·wpf
qq_196055873 天前
最快打包WPF 应用程序
wpf
baivfhpwxf20234 天前
wpf ScaleTransform
wpf
C#_西哥5 天前
wpf stylet框架 关于View与viewmodel自动关联绑定的问题
wpf
wqq10275 天前
WPF 图标原地旋转
wpf
续亮~5 天前
基于Redis实现RAG架构的技术解析与实践指南
java·redis·架构·wpf·springai·文档检索