I have an adjoining Outlook (2007/2010) region with a UltraCombo on with the DropDownWidth set to a greater width than the control itself. The combo is configured to resize all columns.
After upgrading to version 2010.3 the columns doesn't get wider than the control not even if trying to change size in runtime. This is a showstopper for upgrading.
Hi,
I tried reproducing the issue with the attached sample but was not able to reproduce it. The control is showing the correct width and it can be resized. I am using 2010.3 release.
If you think I am missing something in the attached sample, please attach a small sample that shows the same issue.
As a side note:
If the issue is that, the control does not retain it's new size after it has been resized, it is a known issue in 10.3 release. It has been fixed and it will be available in the next service release(which will be out around mid November).
Thanks & Regards
Vaibhav
There is no problem in a windows forms application, but in an Outlook Add-in where the control is on a Adjoining Form Region. This a new problem in version 2010.3.
There are also some other problems in the form region, for example that the dropped down combo doesn't close up when focus is moved to the Subject (or other built in fields) and the drop down is not repositioned when the form is moved. These two problems exist in 2010.2 too.
Hello Erich, I was able to reproduce your issue so I have created the following case for you: CAS-54911-QNVQ3K. I will update you via the case as soon as I have more information for you. Thank you for using Infragistics Components.
Hi, We have issue with the DropDownWidth. The only way we can make it work is set the:
DropDownResizeHandleStyle = DropDownResizeHandleStyle.(other than none),
But the DropDownResize style is something we don't want to use. We want to have DropDownWidth work
without setting the ResizeHandleStyle.
Please inform us about the fix and how to update it.
Thanks
Ing. Vazquez
I don't understand your question. You don't have to set the DropDownResizeHandleStyle in order to set the DropDownWidth property.
Hi, any news about how to Set the autofit to extend last column to the combo. In Version 2010.2 was working perfect. In 2010.3 i have to set cboPlanFee.DropDownResizeHandleStyle = DropDownResizeHandleStyle.VerticalResize in order to see all the columns fitted in the layout.
If the UltraCombo is no longer showing all of the columns, then that would be a bug in the control. This behavior has not changed as far as I know. Can you provide a sample project which demonstrates this behavior? I tried it out and it works fine for me.