Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
UltraExplorerBar's problem
posted

how to add a control(like a button) in UltraExplorerBar Groups header?

Parents
No Data
Reply
  • 69832
    Offline posted

    Strictly speaking the answer to your question is to add the control to the UltraExplorerBar's Controls collection, and position it based on the bounds of the header. UltraExplorerBar' supports an interface, Infragistics.Win.IUIElementCreationFilter, which provides a way to add UIElements (ButtonUIElement being among these) to any UIElement already present within the control. The following KB article demonstrates how to remove the expansion indicator from a group header, so you could expand on that code to add a UIElement of type Infragistics.Win.ButtonUIElement to the group header.

Children