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
240
UltraGridColumn Position
posted

Hello,

Is it possible to determine a column's header PointToScreen location? I am trying to make a custom summary label that resides above a particular column (outside of the grid control). My issue is that users can show/hide extra columns so I would need to reposition my label's X coordinate when this happens. Thanks!

  • 69832
    Offline posted

    The problem you describe here is best solved with the IUIElementCreationFilter interface. There are several KB articles (see here for one example) in our knowledge base which describe how to use the interface.