Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Auto resizing (width) of custom UltraCombo
posted

I have a custom UltraCombo that is composed in a winforms UserControl class.

I have embedded this custom combo in another form (popup dialog) for use. The users have the option to resize the popup dialog.

Is there a way to have the width of the custom combo resize as the user drags the parent popup dialog to expand the size?

I've tried setting several properties related to auto-sizing to no avail.