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
260
UltraTextEditor does not refresh drop-down element size
posted

I am creating a search box, which dynamically displays the search results as you type.
For these purposes I am using an UltraTextEditor control with an UltraGrid as the drop-down control (DropDownEditorButton).

Because there are different number of results on each keystroke, I would like to resize the UltraGrid to the proper size.

Unfortunatelly the UltraTextEditor/DropDownEditorButton seems only to refresh the size on dropdown event.
Which only happens for the first time, because I keep the results visible...

How can I dynamically resize the UltraTextEditor/DropDownEditorButton's control to refresh, on each TextChange event?

Regards,
Mike

Parents
No Data
Reply Children