datagrid formatting

  • Thread starter Thread starter Hyrum Mortensen
  • Start date Start date
H

Hyrum Mortensen

Hello,

I have a basic question about datagrids. I want to format a datagrid
such that all data can be displayed without having to scroll to the
right. Currently, I display a datagrid with > 20 columns and it's a
hassle not to see all of the columns on one screen without having to
scroll to the right. How do I do this?

Thanks
 
Hello,

I have a basic question about datagrids. I want to format a datagrid
such that all data can be displayed without having to scroll to the
right. Currently, I display a datagrid with > 20 columns and it's a
hassle not to see all of the columns on one screen without having to
scroll to the right. How do I do this?

Thanks

set its width to 100%, set its font really small and/or have control
the resolution of your users :)

-Adam
 
Back
Top