grid

  • Thread starter Thread starter juli
  • Start date Start date
J

juli

Hello!
How do I make the grid change it size according to changes in window
size? Like,grid will becaome larger when the window will be in large
mode.
Thank you very much & good day!
 
Thank you for your answer,but the problem is that in fprm properties and
in grid properties of width and height I can't update it to percents,I
get wrong value message box. Is there a way to change it to percents or
maybe I should write it in some other propertie of form/grid?
 
If it is a winform can you not just anchor it to the side of the form?
 
sorry I thought you were talking web forms... As Gazzo suggested, all you
need to do is make the control Ancher "top, left, bottom, right" and it will
grow and shrink according to the size of your dialog.
 
I can but there are 2 modes of a window in windows and I need it to be
bigger when the window became bigger.Do u know how?
10xs!
 
I can but there are 2 modes of a window in windows and I need it to be
bigger when the window became bigger.Do u know how?
10xs!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top