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
4133
UIElement For Grid Group
posted

I would like to add a button with a creation filter to the caption area of a grid group, but I can't seem to find the proper UIElement to hook into.  Can anybody help me?

 

Parents
No Data
Reply
  • 4133
    Suggested Answer
    Offline posted

    I figured out that I have to get the context of the header and see if it is a group header, so now my button is only being added to the group, which is good.  However, I need to find a way to prevent drawing the button when the grid scrolls and the group is not visible on the screen.  For example, I have two groups and the first one is fixed.  When I scroll to the right, the new button keeps painting even though the group is no longer visible on the screen.

     

Children