首页 > TAG信息列表 > childItem

wpf 虚拟树获取listbox的usercontrol

<Window x:Class="WpfExpand.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft

WPF查看子元素

原文:WPF查看子元素查找子元素 private static ChildItem FindVisualChildItem<ChildItem>(DependencyObject obj) where ChildItem : DependencyObject { if (null != obj) { for (int i = 0; i < VisualTreeHelper.GetChildre

WPF查看子元素

查找子元素 private static ChildItem FindVisualChildItem<ChildItem>(DependencyObject obj) where ChildItem : DependencyObject { if (null != obj) { for (int i = 0; i < VisualTreeHelper.GetChildrenCount(obj)

通过数据源找到控件 再通过控件找到模板数据

private void GetCheckBoxVal() { if (treeView != null) { ContentPresenter myContentPresenter = null; DataTemplate myDataTemplate = null; CheckBox ck = null; TextBlock

导入excel并进行数据提取

/** * @description: 导入excel并进行数据提取 * @param {type} * @return: */ Vue.prototype.$importExcel = function (file, header) { let _this = this; return new Promise(function (resolve, reject) {

PowerShell管理文件和文件夹

(一)查询 使用 Get-ChildItem 直接获取某个文件夹中的所有项目。 添加可选的 Force 参数以显示隐藏项或系统项。为了显示包含的项,你还需要指定 -Recurse 参数。 (这可能需要相当长的时间才能完成。) Get-ChildItem -Path C:\ -Force Get-ChildItem -Path C:\ -Force -Recurse Get-Child

Powershell-查询当前文件目录层级结构

日常工作中我们往往有需要导出当前共享环境或磁盘文件目录层级结构等的需求,最早在目录少的情况下我们使用CMD下tree 命令可以很清晰的看到目录、文件层级结构,那么我们又如何通过powershell直观显示或导出某文件目录或盘符目录层级结构呢?DOS下查看目录、文件结构:tree /? 以图形显示

Visual Studio.net Extensions 符合ABP vnext框架模板的代码生成插件开发实践[附源码]

我很早之前一直在做mvc5 scaffolder的开发功能做的已经非常完善,使用代码对mvc5的项目开发效率确实能成倍的提高,就算是刚进团队的新成员也能很快上手,如果你感兴趣 可以参考 http://neozhu.github.io/MVC5-Scaffolder/#/  https://github.com/neozhu/MVC5-Scaffolder 但是mvc5 s