Hi,
I have a tablelayoutpanel and some ultraComboBoxes that I have on a form. I have added a touchprovider.
It seems that the comboboxes when set for autosize bleed over into the next row (see screenshot). I the column, row and control all set for autosize. The anchor for the label full and the anchor for the combo box is left right.
Is this a bug or should I be configuring some other way?
Thanks!
M.
Created a test project for you that demonstrates the issue.
Hello melegant,
I have investigated your issue, and I have asked our engineering staff to examine the Combo Editor not properly resized when TouchProvider is enabled and AutoSize property is set to true further. To ensure that it will receive attention, I have logged this behavior in our internal tracking system with a Development ID of #233128. So I’ve created a case for you #181620 and will update you for the progress of this issue via the mentioned case. You could reach your case following the link below: https://es.infragistics.com/my-account/support-activity
Meanwhile, a possible workaround would be to set the AutoSize to false and then set the Dock property of each UltraComboEditor to Fill.
Thanks for the quick response!