• 大小: 105KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-15
  • 语言: C#
  • 标签:

资源简介

修正上次BUG,在绑定时指定width

资源截图

代码片段和文件信息

using System;
using System.Windows;
using System.Data;
using System.xml;
using System.Configuration;

namespace Editing
{
  /// 
  /// Interaction logic for app.xaml
  /// 


  public partial class app : Application
  {

    void AppStartup(object sender StartupEventArgs args)
    {
      Window1 mainWindow = new Window1();
      mainWindow.Show();
    }
  }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-08-09 09:06  wpf实现可编辑listview\
     目录           0  2017-08-09 09:06  wpf实现可编辑listview\listvieweditable\
     目录           0  2017-08-09 09:18  wpf实现可编辑listview\listvieweditable\metadata\
     目录           0  2017-08-09 09:14  wpf实现可编辑listview\listvieweditable\csharp\
     目录           0  2017-08-09 09:06  wpf实现可编辑listview\listvieweditable\csharp\Backup\
     文件       12299  2007-10-30 03:14  wpf实现可编辑listview\listvieweditable\csharp\Backup\EditBox.cs
     文件        5783  2007-10-30 03:14  wpf实现可编辑listview\listvieweditable\csharp\Backup\EditBoxAdorner.cs
     文件        4051  2007-10-30 03:14  wpf实现可编辑listview\listvieweditable\csharp\Backup\Window1.xaml
     文件        1480  2007-10-30 03:14  wpf实现可编辑listview\listvieweditable\csharp\Backup\Window1.xaml.cs
     文件         293  2007-10-30 03:14  wpf实现可编辑listview\listvieweditable\csharp\Backup\app.xaml
     文件         402  2007-10-30 03:14  wpf实现可编辑listview\listvieweditable\csharp\Backup\app.xaml.cs
     文件        2719  2007-10-30 03:14  wpf实现可编辑listview\listvieweditable\csharp\Backup\editing.csproj
     文件        5000  2017-04-01 16:00  wpf实现可编辑listview\listvieweditable\csharp\UpgradeLog.xml
     文件       19602  2017-04-01 16:00  wpf实现可编辑listview\listvieweditable\csharp\UpgradeLog.htm
     目录           0  2017-08-09 09:06  wpf实现可编辑listview\listvieweditable\csharp\_UpgradeReport_Files\
     文件        2229  2017-04-01 16:00  wpf实现可编辑listview\listvieweditable\csharp\_UpgradeReport_Files\UpgradeReport.css
     文件       22214  2012-07-26 20:25  wpf实现可编辑listview\listvieweditable\csharp\_UpgradeReport_Files\UpgradeReport.xslt
     文件         397  2017-04-01 16:00  wpf实现可编辑listview\listvieweditable\csharp\_UpgradeReport_Files\UpgradeReport_Error.png
     文件         338  2017-04-01 16:00  wpf实现可编辑listview\listvieweditable\csharp\_UpgradeReport_Files\UpgradeReport_Information.png
     文件         381  2017-04-01 16:00  wpf实现可编辑listview\listvieweditable\csharp\_UpgradeReport_Files\UpgradeReport_Success.png
     文件         292  2017-04-01 16:00  wpf实现可编辑listview\listvieweditable\csharp\_UpgradeReport_Files\UpgradeReport_Warning.png
     文件         293  2007-10-30 03:14  wpf实现可编辑listview\listvieweditable\csharp\app.xaml
     文件         402  2007-10-30 03:14  wpf实现可编辑listview\listvieweditable\csharp\app.xaml.cs
     目录           0  2017-08-09 09:06  wpf实现可编辑listview\listvieweditable\csharp\bin\
     目录           0  2017-08-09 09:06  wpf实现可编辑listview\listvieweditable\csharp\bin\Debug\
     文件       17408  2017-08-09 09:14  wpf实现可编辑listview\listvieweditable\csharp\bin\Debug\Editing.exe
     文件       56832  2017-08-09 09:14  wpf实现可编辑listview\listvieweditable\csharp\bin\Debug\Editing.pdb
     文件       21464  2017-08-09 09:17  wpf实现可编辑listview\listvieweditable\csharp\bin\Debug\Editing.vshost.exe
     文件         490  2010-03-17 22:39  wpf实现可编辑listview\listvieweditable\csharp\bin\Debug\Editing.vshost.exe.manifest
     文件       12951  2017-08-09 09:10  wpf实现可编辑listview\listvieweditable\csharp\editbox.cs
     文件        6021  2017-08-09 09:10  wpf实现可编辑listview\listvieweditable\csharp\editboxadorner.cs
............此处省略29个文件信息

评论

共有 条评论

相关资源