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
885
Grid column screen position
posted
Hi,Is there is any way I could align other screen control (infragistics button) to the certain grid column? Any tips on that?Thanks! 

 

 

Parents
No Data
Reply
  • 469350
    Offline posted

    You can get the location of any object in the grid using UIElements. For example, if you want the rect of a cell, you could do something like this: 

    cell.GetUIElement().Rect

    You would have to check for the element being null, of course, in case the cell was out of view. 

Children
No Data