Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I have a ThemedContainer that I'm changing the title when the body is hidden/shown. The title is updated correctly, but the new title and the change in the chevron doesn't update the display, unless the user moves the mouse over the title bar of the themed container. Do I need to do something to get the title to update? I tried the Update() method but that didn't seem to work.
E.g.
When themed container is hidden the title says: "Process Info: {0}" ({0} replaced by the process name)
When themed container is shown the title says: "Proces Info"
What happens:
The container is initially shown.
The user clicks the chevron to hide it.
The body is hidden, title is unchanged, chevron is unchanged.
The user moves mouse over chevron (not clicking, just moving)
The title and chevron change.
|