B
Brian Smith
I have a fixed size windows Form with a DataGrid docked to the top of
the form. The program allows a user to select from a list of columns to
be visible in the DataGrid - so I create a new TableStyle and
GridColumnStyles to match at runtime.
This works perfectly except that if the column widths exceed the size of
the DataGrid no HScrollbar appears. I've seen comments about needing to
derive from dataGrid to access the protected scrollbar properties but
surely the basic grid should do this - is it a bug, and is there a
workaround other than deriving a new control???
brian smith
the form. The program allows a user to select from a list of columns to
be visible in the DataGrid - so I create a new TableStyle and
GridColumnStyles to match at runtime.
This works perfectly except that if the column widths exceed the size of
the DataGrid no HScrollbar appears. I've seen comments about needing to
derive from dataGrid to access the protected scrollbar properties but
surely the basic grid should do this - is it a bug, and is there a
workaround other than deriving a new control???
brian smith