User594607912 posted
Hi
Hopefully someone can help me with creating a custom control (I have never made one before)
I want to create a custom listview control that will have 3 columns (Frequency, Days and Time)
When a user adds a new item I want the 3 items to display drop down menus so they can select the relevant frequency, days and times
I don't want to use any existing controls someone else has made as I'd rather know how to do it myself
So far I can add a drop down menu into the custom listview by calling this.Controls.Add('a combo box') but I want the combobox to be added into the listviewitem instead
Is this possible?
Many thanks