wpf - Fixed Document Tables? -


I am looking for other methods of laying data in a table format on a document layout or a fixed document for reporting. I have used MigraDoc on a large scale in non-WPF projects and its table allows granular layout for each piece of data that appears in the object table. Borders can be closed at the cell level, columns can be merged / expanded, etc. Are there any controls that are present in the control within the WPF? I have not seen where the datagrid or grid should do what I want ... easily. My data is not compulsive because I have to keep a complete control of how this is displayed. I am not using a flow document, so I can not use table object which provides it. Anyone have any suggestions? For now, I have programmatically created a grid and then inserted a border in each cell within a text block. Just be a clean way!

BTW - I am looking to use native WPF controls in this project which is the reason I am not using MigraDoc.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -