I am having a problem with the RVFontComboBox and the RVFontSizeComboBox when the form it is on is resized. When a resize is initiated by the user, both controls autoselects the text of the selected font/fontsize, and as the form's width (not length) is resized, these two controls flicker.
I've tried to set doublebuffered to true, set the controlstyle to include [csopaque], but the flickering continues. Any ideas on how to reduce or eliminate this flicker?