That's what I'm doing...here is the code for the BodyHidden event handler:
ThemedContainer1.Title = "some title text"
' Later I added
ThemedContainer1.Invalidate()
' then I tried
ThemedContainer1.Refresh()
With this code the title isn't refreshed. I see in the source code that it is calling RedrawControl(RedrawOptions.TitleOnly) so it should be redrawing it
Maybe it has something to do with setting it in the BodyHidden event handler?
I'm using Win2k SP4.