c# - Data templates in WinForms -
I am trying to keep a grid that has a custom layout / experience. If you take a look at the following So this is something I'm trying to do (see the aqua / red pod on the left and the bottom right-hand side). Under the
WPF / ASP.Net I will know how to do it, but in WinForms I have no idea (I have not had to work on the WinForms app before ever). In WPF I will use the data templates.
So I was thinking that anybody knows about any good resources that goes through it or if someone knows how easy it is to create custom control, they have a grid column. And then set the type of column in custom control and then bind the data source in the grid
Cheers Anthony
You can check the required grid - Looks like it supports the features you need
Progress bar is an example for cell, which you can use for the graph on the right:
And they have The push button is the cell type that you can use for your pods on the left:
You can also check DevExpress XtrGrid:
Any state In, I'll find a component - it takes a lot of time to do such things with scratch.
Comments
Post a Comment