datagrid columns

  • Thread starter Thread starter scorpion53061
  • Start date Start date
S

scorpion53061

is there a way when using a custom table style to address the situation when
a form is enlarged to have it also adjust the size of the columns in the
grid?

Dim QTYALLgrid As New ColoredTextBoxColumn
QTYALLgrid.MappingName = "QTYALL"
QTYALLgrid.HeaderText = "ALL"
QTYALLgrid.Width = 50
'width when form is maximized here
 

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