I have a WinForms project. I'd like to have a grid-like control (like the DataGridView) that can dynamically add and remove rows and have custom cell types.
However, instead of the cells having stuff that's LIKE comboboxes or LIKE pictureboxes, I want them to actually HAVE real, pure, genuine comboboxes or pictureboxes in them.
Is there an easy solution to this problem?
However, instead of the cells having stuff that's LIKE comboboxes or LIKE pictureboxes, I want them to actually HAVE real, pure, genuine comboboxes or pictureboxes in them.
Is there an easy solution to this problem?