Datagrid样式有助于XAML

时间:2012-01-11 00:20:28

标签: wpf xaml datagrid controltemplate blend

我刚学会了如何使用Blend创建SampleData并将它们放入Datagrid中。我没有在不使用WPFToolkit或Infragistics的情况下找到关于样式化Datagrid的好教程。我已经从中提取了模板和样式,但我不确定在哪里开始破解这种风格。

我想创建一个类似于此图像的http://blogs.infragistics.com/cfs-filesystemfile.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/kiril_5F00_matev/XamDataGridFilteringSlider.jpg

的数据网格

此外,我希望如此,当有人选择一行时,箭头会显示该行。您可以分享任何好的教程或代码吗?分解构成Datagrid控件的部分肯定会帮助我更好地理解。

谢谢!

1 个答案:

答案 0 :(得分:2)

对于大多数基本的DataGrid样式,我总是喜欢Jaime Rodriguez's article

如果您要完全覆盖模板,可以找到the default template on MSDN