Hi,
when selecting a different tab I loose focus on the control of the deselected tab. Is there a way to turn of this behavior
regards
stefan
You can store the control. It's not copying the whole control, just it's pointer.
You can listen to the control Leave event instead of tab changing.
does this mean I have to store the focused control somewhere when changing the tab? And then when the tab is activated use foucus() on it.
Or is there a more elegant solution to this?
Stefan
A control placed in a deselected tab is hidden and can't get focus. If you want to set the focus again when the tab is selected, you can set it again when the user select the tab again.