Hi,
I hope all of you are doing well.
Would anyone please be able to provide me with step by step instructions on how to populate the items of a ComboBox for MacOS Form?
Typically on a Windows Form, I would, for example, just use the syntax comboBox1.Items.Add(new Item("Student 1", 1));
Yet from what I read, I need to make a datasource class to merely do the same thing.
I have tried and tried with trying to link a datasource combobox to another class/subclass to no avail.
Is this correct?