I think I understand the basics of creating user control winforms. I can do Add New and select a user control, and this will give me a design and designer surface file, as well as a code file, etc. And then I can change it to inherit something other than UserControl (like listbox or text box).
Currently, for me, this is completely different: a user control should be a list control (for example, a list) that can be attached to data and with two controls associated with the data (two combined blocks).
I'm not sure where to start? Can anyone refer to a document or some obvious bit in the tools that I am missing, which will make it quick and easy? Any approaches that I can take as an extension of existing control. Any errors I should know about?
Thanks.
Set
EDIT
I decided to use a different approach. However, I leave the question. This is clearly a difficulty than I expected. WPF is not an option for me. Just use the data grid.
source share