I would like to allow users to choose a Font Size from a ComboBox, but i would also like them to be able to enter the size by there own, i tried out the property: “IsEditable” (and changed it to true as value) of the ComboBox, but when i enter something that isn’t in the ComboBox items (for example: my items are- 2,3,4;and i entered- 6), it shows me the following message: “Object reference not set to an instance of an object”.
Share
Next time post your source code with question.
I suggest the issue is in ComboBox.Text property.