Welcome![Sign In][Sign Up]
Location:
Search - 增强ListView控件

Search list

[ListView/ListBoxexpandlist

Description: 一个增强的 ListView VB版的控件,欢迎下载-an enhanced version of VB ListView Control, welcome to download
Platform: | Size: 377779 | Author: 张化雨 | Hits:

[ListView/ListBoxListCtrl_v1.2

Description: 增强功能的Listview控件,可以嵌入Edit,Combobox,CheckBox等多种控件-enhancing function LIST VIEW, can be embedded Edit, Combobox. CheckBox, and other controls
Platform: | Size: 65133 | Author: 发现世界 | Hits:

[SourceCodeVC++ 增强ListView控件

Description: VC++ 增强ListView控件
Platform: | Size: 148809 | Author: xiaocaovc | Hits:

[ListView/ListBoxCGfxListView

Description: 增强的列表控件,其特点如下: 整行的高亮显示 自动列排序 支持背景图片和混合高亮选择 支持水平和垂直表格 可拖动的列 用格式对话框定制列的格式 使用列管理器管理列 支持分类视图-enhanced control list, as follows : The whole show highlighted automatic sorting out support background images and mixed highlighter choose to support horizontal and vertical forms can be included with the drive Custom format dialog box shown in the format used for the management out in favor of classification management View
Platform: | Size: 330752 | Author: 李杰 | Hits:

[ListView/ListBoxListCtrl_v1.2

Description: 增强功能的Listview控件,可以嵌入Edit,Combobox,CheckBox等多种控件-enhancing function LIST VIEW, can be embedded Edit, Combobox. CheckBox, and other controls
Platform: | Size: 64512 | Author: 发现世界 | Hits:

[ListView/ListBoxMFC_Advanced_ListView

Description: 一个基于MFC的增强的列表框控件,功能、UI设计比系统默认的列表控件强很多。-MFC based on the enhanced list box control, feature, UI design than the system default list of controls a lot stronger.
Platform: | Size: 582656 | Author: 乔曼 | Hits:

[Windows Developlistview_3

Description: 增强ListView控件整行加亮; 对列自动排序(用数字和文本序列); 支持背景图像和混合加亮选择; 支持水平和垂直网格; 可拖动的列; 通过Format对话框,可以定制列格式(大小、对齐); 用Column Manager管理列; -Enhanced ListView controls Highlight the entire line automatically sort the list (with numbers and text sequences) support for background images and mixed Highlight choice support horizontal and vertical grid can drag the column through the Format dialog box, and can be customized column format (size, alignment) Column Manager with the management of out
Platform: | Size: 268288 | Author: 阿牛 | Hits:

[Dialog_WindowFileBrowser

Description: 文件浏览器使用ListView控件增强文件浏览器-File BrowserUse the ListView Control Enhanced File Browser
Platform: | Size: 5120 | Author: Wonk | Hits:

[ListView/ListBoxCListCtrlEdit

Description: listview控件类,增强了windows提供的默认控件-listview control class
Platform: | Size: 50176 | Author: Mars | Hits:

[OS programListView

Description: VB使用ListView控件改进一个文件浏览器的功能,使其变为“增强版”,将文件的标题、列表项目序号、文件大小,创建时间等属性信息都显示出来,核心代码:Me.Top = (Screen.Height - Me.Height) / 2窗体位置在屏幕中间,以下代码为ListView1添加标题栏:   ListView1.ColumnHeaders.Add , , "文件名称", ListView1.Width / 3, 0   第一个标题栏是"文件名称",长度为ListView1宽度的三分之一 , 文字左对齐   Set clmX = ListView1.ColumnHeaders.Add(, , "序号", ListView1.Width / 6, 2)   第二个标题栏是"序号"   Set clmX = ListView1.ColumnHeaders.Add(, , "文件大小", ListView1.Width / 4, 1)   第三个标题栏是"文件大小"   Set clmX = ListView1.ColumnHeaders.Add(, , "创建时间", ListView1.Width / 3, 0)   第四个标题栏是"创建时间"   ListView1.SmallIcons = ImageList1   关联ImageList1中的图标-VB ListView control to improve the function of a file browser, so that it becomes " Enhanced Edition" , the title of the document, a list of item numbers, file size, creation time and other attribute information are displayed, the core code: Me.Top = ( Screen.Height- Me.Height)/2 position in the middle of the screen form, add the following code to ListView1 title bar: ListView1.ColumnHeaders.Add,, " File name" , ListView1.Width/3, 0 is the first title bar " File Name" , the length of one third of the width ListView1, text to the left Set clmX = ListView1.ColumnHeaders.Add (,, " number" , ListView1.Width/6, 2) the second column is the title " number" Set clmX = ListView1.ColumnHeaders.Add (,, " File Size" , ListView1.Width/4, 1) is the third title bar " file size" Set clmX = ListView1.ColumnHeaders.Add (,, " creation time" ListView1.Width/3, 0) is the fourth title bar " Create Time" ListView1.SmallIcons = ImageL
Platform: | Size: 4096 | Author: 曾峥 | Hits:

[Windows DevelopVBListViewfilebs

Description: VB使用ListView控件改进一个文件浏览器的功能,使其变为“增强版”,将文件的标题、列表项目序号、文件大小,创建时间等属性信息都显示出来,核心代码:Me.Top = (Screen.Height - Me.Height) / 2窗体位置在屏幕中间,以下代码为ListView1添加标题栏:   ListView1.ColumnHeaders.Add , , "文件名称", ListView1.Width / 3, 0   第一个标题栏是"文件名称",长度为ListView1宽度的三分之一 , 文字左对齐   Set clmX = ListView1.ColumnHeaders.Add(, , "序号", ListView1.Width / 6, 2)   第二个标题栏是"序号"   Set clmX = ListView1.ColumnHeaders.Add(, , "文件大小", ListView1.Width / 4, 1)   第三个标题栏是"文件大小"   Set clmX = ListView1.ColumnHeaders.Add(, , "创建时间", ListView1.Width / 3, 0)   第四个标题栏是"创建时间"   ListView1.SmallIcons = ImageList1   关联ImageList1中的图标-VB ListView control improvements using a file browser functionality, so that it becomes "Enhanced Edition", the title of the document, a list of item numbers, file size, creation date and other attribute information is displayed, the core code: Me.Top = (Screen.Height- Me.Height)/2 form position in the middle of the screen, add the following code to ListView1 title bar: ListView1.ColumnHeaders.Add,, "File name", ListView1.Width/3, 0 The first column is the title of the "File name", length of third ListView1 width, left-justified text Set clmX = ListView1.ColumnHeaders.Add (,, "number", ListView1.Width/6, 2) The second title bar is "No." Set clmX = ListView1.ColumnHeaders.Add (,, "file size", ListView1.Width/4, 1) The third column is the title of "file size" Set clmX = ListView1.ColumnHeaders.Add (,, "creation time", ListView1.Width/3, 0) The fourth title bar is "Created" ListView1.SmallIcons = ImageList1 The icon associated ImageList1
Platform: | Size: 4096 | Author: gpudn39 | Hits:

[ListView/ListBoxListView

Description: VB使用ListView控件增强文件浏览器-vb
Platform: | Size: 4096 | Author: 张清荣 | Hits:

CodeBus www.codebus.net