tags:

views:

75

answers:

1

I am looking for a way to position a button (the button's contain is the form itself) so that it is always above a column in a devexpress grid. The Grid columns are set up so they can not be resized but the grid and columns then are resized as the form is resized. System.Forms.Control has PointToScreen that looks like would give me what I need but not a method on a devexpress gridviewcolumn.

+1  A: 

I used a TablelayoutPanel to get fairly decent results thanks