在Windows中创建一个表(DataGrid中)有8个地铁应用程序(C#/ XAML)
问题描述:
我试图创建一个表是这样的:
I'm trying to create a table like this:
我如何做这样的事情的ListView使用的GridView还是?我无法找到要添加表的标题以正确的方式。
How can I do something like that using ListView or GridView? I couldnt find the right way to add the headers of the table..
答
我实现了一个DataGrid控件(与整理,详细查看和导航事件)在我的自由库:
I implemented a DataGrid control (with sorting, details view and navigate event) in my free library:
https://github.com/MyToolkit/MyToolkit/wiki/DataGrid
的WinRT(Windows 8.1中):
通用Windows应用程序(视窗10):