数据网格和视图入门

WinForms数据网格(GridControl类)是一个数据感知控件,可以以各种格式(视图)显示数据。本主题包含以下部分,这些部分将指导您如何使用网格控件及其视图和列(字段)。

  • Grid Control's Views -网格控件的视图
  • Select a View -选择视图
  • Supply Data for Views and Populate Column Collection -为视图提供数据并填充列集合
  • Access and Customize Views and Columns at Design Time -在设计时访问和自定义视图和列
  • Access and Customize Views and Columns in Code -访问和自定义代码中的视图和列
  • Layout of Columns and Bands (in Grid Views and Banded Grid Views) -柱和标注栏的布局(在轴网视图和标注栏轴网视图中)
  • Learn More

Grid Control's Views -网格控件的视图

The WinForms Data Grid control supports multiple data presentation formats.

Tabular 表格
Banded tabular 带状表格
Cards
Windows UI-inspired Tiles Windows UI启发的互动程序
Windows Explorer-inspired UI Windows资源管理器启发的用户界面

上面的显示格式由Views封装,Views是可以嵌入到数据网格中的可视化组件。

为"网格"控件指定适当的"视图",以便以特定方式显示数据。使用视图的属性、事件和方法可以自定义视图的外观。

Grid View (GridView class)

网格视图 Grid View

Banded Grid View (BandedGridView class)

带状网格视图 Banded Grid View

Advanced Banded Grid View (AdvBandedGridView class)

高级带状网格视图 Advanced Banded Grid View

Layout View (LayoutView class)

布局视图 Layout View

Card View (CardView class)

卡片视图 Card View

WinExplorer View (WinExplorerView class)

WinExplorer视图 WinExplorer View

Tile View (TileView class)

平铺视图 Tile View

Select a View

待续。。。

相关推荐
伊织code1 个月前
Surya - OCR、布局分析、阅读顺序、语言检测
pdf·ocr·布局·layout·surya·text line
命运之手2 个月前
【Android】在渲染生效前提前测量View大小
android·layout·measure·手动测量大小
三村阿明3 个月前
LayoutInflater加载流程
android·layoutinflater·view·layout·inflater
命运之手3 个月前
【Android】解决AndroidStudio无法预览layout.xml的问题
android·xml·theme·layout·无法预览
萌萌的提莫队长5 个月前
Unity 布局 HorizontalLayoutGroup 多行 换行
unity·布局·layout·ugui·换行
Prosper Lee7 个月前
Flutter(二):Row、Column 布局
开发语言·flutter·dart·布局·layout
pshdhx_albert9 个月前
Android的组件、布局学习
android·android-studio·layout
青花锁1 年前
[Vue3 博物馆管理系统] 使用Vue3、Element-plus的Layout 布局构建组图文章
前端·javascript·vue.js·element-plus·layout·前端布局