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
1185
WinComboEditor not initialising when visible is set to false
posted

Hello

I have predefined a WinComboEditor by inheriting it and programatically filling in its values for use as an editor component on a grid

in order for it to work its visible property has to be set to false , but when visilble is set to false the OnCreateControl() and InitailiseComponent() do not run and the control has no values populated.

any ideas?