I want to add a custom collaps/expand image next to the header text. What object do I need to create? Are there any examples on the website.
Hello,
You just need to use the UltraExpandableGroupBox control instead of the UltraGroupBox control. You can then set the ExpansionIndicatorExpanded and ExpansionIndicatorCollapsed properties to the images you want.
Thanks for following up. I have done that, but what I was actually looking to do was place the indicatior right next to the header text. So, if the UltraExpandableGroupBox header text was centered, I wanted the expand/collapse image to be to the left of the text maybe 10 pixels.