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!

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

相关推荐
壹佰大多19 小时前
【Redisson分布式锁源码分析-3】
数据结构·分布式·mysql·spring·spring cloud·wpf·lua
LateFrames1 天前
以小白视角尝试 WPF / WinUI3 / MAUI / MAUI Blazor 构建 Windows 桌面程序
windows·wpf·maui·mauiblazor·winui3
偶尔的鼠标人2 天前
Avalonia/WPF 打开子窗口,并且跨页面传值
c#·wpf·mvvm·avalonia
玖笙&2 天前
✨WPF编程进阶【6.1】:图形原则(附源码)
c++·c#·wpf·visual studio
lixy5792 天前
WPF检测网络状态切换
wpf
纸照片2 天前
WPF中为Button设置IsMouseOver和IsPressed事件中改变背景颜色不起作用
c#·.net·wpf
Aevget2 天前
DevExpress WPF中文教程:Data Grid - 如何使用虚拟源?(四)
ui·.net·wpf·devexpress·wpf控件
Z_W_H_2 天前
【ArcGISProSDK】刷新按钮样式
wpf·arcgisprosdk
rollingman2 天前
WPF ListView 列表
wpf
Hare_bai3 天前
WPF的MVVM模式核心架构与实现细节
ui·架构·c#·wpf·交互·xaml·mvvm