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
 
Back
Top