I have the master details "pattern" in a windows form. For example, I have a bill (master) with a list of items (details) the user will add. However, the user will add the items manually. In order to achieve this, I used the data repeater but it caused a lot of problems when the scroll appears. I spent several hours trying to fix this issue (the selected value in the combobox in the repeater gets mixed as the user scrolls down).
Are there any other controls anyone ever used for the same purpose? I don't thing the DataGridView will provide me with the same flexibility. Also building a complete set of dynamic controls is a huge overload.
Suggestions?
Note: I m using .net framework 4.5