Windows XP 和 Windows Server 2003 提供三项功能,可在应用程序调用 Application.EnableVisualStyles 方法时增强ListView控件:磁贴视图、分组和插入标记。通过磁贴视图,可以通过在大图标旁边显示项和子项文本来平衡图形和文本信息。 将 View 属性设置为 View.Tile 以启用此行为。
public System.Windows.Forms.ListViewGroupCollection Groups { get; } 属性值 ListViewGroupCollection 一个包含 ListViewGroupCollection 控件中所有的组的 ListView。 示例 下面的代码示例演示如何使用 ListView 分组功能按详细信息视图中的子项值组织项。 这种分组形式类似于 Windows 资源管理器中使用的分组。 在此示...
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中) 语法 C# 复制 [ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)] public class ListView : Control 备注 ListView 控件允许您显示项列表,这些项带有项文本和图标(可选)来标识项的类型。例如,Windows 资源管...
public System.Windows.Forms.View View { get; set; } 属性值 View View 值之一。 默认值为 LargeIcon。 例外 InvalidEnumArgumentException 指定的值不是 View 值之一。 示例 下面的代码示例创建一个控件,其中包含为每个项指定了三ListViewItem个ListView对象和三个ListViewItem.ListViewSubItem对象。 该示例还创...
汇编集:System.Windows.Forms(在 system.windows.forms.dll 中) 语法 [ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)] [ComVisibleAttribute(true)] public class ListView : Control 备注 ListView 控件允许你以子项的文本以及一个用来识别子项类型的可选的图标来显示子项列表。例如,Windows Explorer 中的文...
ListView.GetItemRect 方法 参考 反馈 定义 命名空间: System.Windows.Forms 程序集: System.Windows.Forms.dll 在控件中检索项的边框。 重载 展开表 GetItemRect(Int32) 在列表视图控件中检索特定项的边框。 GetItemRect(Int32, ItemBoundsPortion) 在列表视图控件中检索指定项的边框的指定部分。 GetItemRect...
ListView.AutoArrange 属性 参考 定义 命名空间: System.Windows.Forms 程序集: System.Windows.Forms.dll 获取或设置图标是否自动进行排列。 C# 复制 public bool AutoArrange { get; set; } 属性值 Boolean 如果图标自动进行排列且与网格线对齐,则为 true;否则,为 false。 默认值为 true。 注解 ...
System.Windows.Forms.ListView : Control #region 程序集 System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll #endregion using System.Collections; using System.ComponentModel; using System....
public ListViewItem (string[]? items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font? font, System.Windows.Forms.ListViewGroup? group); 參數 items String[] 字串陣列,代表新項目的子項目。 imageIndex Int32 ImageList 內的影像之以零起始的索引...
public System.Windows.Forms.View View { get; set; } 属性值 View View 值之一。 默认值为 LargeIcon。 例外 InvalidEnumArgumentException 指定的值不是 View 值之一。 示例 下面的代码示例创建一个控件,其中包含为每个项指定了三ListViewItem个ListView对象和三个ListViewItem.ListViewSubItem对象。 该示例还创...