Creating a simple Table in WPF?

后端 未结 2 1108
无人及你
无人及你 2021-02-05 14:03

I was wondering if there is a way (any components/controls) that allow me to draw a simple Microsoft Word style table in my application window. Something like this:

2条回答
  •  终归单人心
    2021-02-05 14:15

    I would recommend starting with WPF Toolkit DataGrid control.

    Here is an ok tutorial on how to use it: http://www.switchonthecode.com/tutorials/using-the-wpf-toolkit-datagrid

提交回复
热议问题