L
Lars Netzel
I have my three datagrids on a form (created in VS design view) and I want
them to grow and have the same space from each other when I maximize or
resize the form they are in.
I know there's a docking property but it's nto enough.. since I have three
grids that ar supposed to be aligned verticaly and if the top one gets a
bigger Height it will grow OVER (or under) the next one... I need therey
space in between to be the same, which means moving the nextone...
any tips?
Right now I'm using, but I asume there are better ways of doing this?
DataGrid1.Width = Me.Width - 100
DataGrid2.Width = Me.Width - 100
DataGrid3.Width = Me.Width - 100
/Lars
them to grow and have the same space from each other when I maximize or
resize the form they are in.
I know there's a docking property but it's nto enough.. since I have three
grids that ar supposed to be aligned verticaly and if the top one gets a
bigger Height it will grow OVER (or under) the next one... I need therey
space in between to be the same, which means moving the nextone...
any tips?
Right now I'm using, but I asume there are better ways of doing this?
DataGrid1.Width = Me.Width - 100
DataGrid2.Width = Me.Width - 100
DataGrid3.Width = Me.Width - 100
/Lars