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