Posted 20 June 2024, 5:09 am EST - Updated 20 June 2024, 7:40 am EST
Hi
I’ve tried to follow the instructions in https://help.grapecity.com/componentone/PDF/WinForms/WinForms.Input.pdf but I’ve run into a number of problems!
- The DropDown control doesn’t exist (as displayed in the pdf)
- I’ve added the C1Input control (browsed to C:\Program Files (x86)\MESCIUS\ComponentOne\WinForms\bin\v4.8) as an inherited form and it gives me the calculator as expected (C1.Win.C1Input.DropDownCalculator). However, this calculator form is read only so I can’t make any changes.
What am I doing wrong please?
Also, how can I programmatically display the drop down (ie without having to click the dropdown button)? ← Found that, it was just contol.OpenDropDown()
Thanks