Posted 27 September 2017, 9:05 pm EST
Something went wrong in one of recent updates of C1Combo (My current version is 4.0.20162.174).
When Dropdownwidth property is set wider then combo itself, then while runtime, opened dropdown displays columns only to width of combo - the extended part remains blank.
To correct it some steps are needed in design time:
enter designer, change Split.SplitSizeMode from Scalable to other value (Exact), then save changes, enter designer again and change SplitSizeMode back to Scalable. After that, dropdown displays correctly.
Unfortunately, that applies not only to newly created controls, but also to the existing ones.
It’s serious bug - I have used quit a number of C1Combo in my application and now lot of them look awful.
Customers are disguisted. It’s impossible to correct them all manually, but I can’t find a way to do it in code. Comparing PropBag of ‘bad’ combo before and after correction, I’ve found, that ClientRect of the Split object has changed.
Please, do something asap or provide a workaround
Regards,
Peter