I am setting UltraExpandableGroupBox Text property to large text information when the group box is collapsed.
The size of the header does not re-size to display complete text. When I resize the control the header is re-sized to display complete text. Is there some API I can call to force the re-size on ExpandedStateChanged.
Thanks for the clue. Using the ExpandedStateChanging event resolved the resizing.
Hi,
Are you using the ExpandedStateChanged or the ExpandedStateChanging event handler to change the Text of the UltraExpandableGroupBox?