Fixes:
- AutoSizeColumnsMode = Fill;
- BorderStyle = None;
- CellBorderStyle = SingleVertical;
- ColumnHeaderBorderStyle = Single;
- ColumnHeaderHeightSizeMode = DisableResizing;
- EditMode = EditProgrammatically;
- EnableHeadersVisualStyles = False;
- ReadOnly = True;
- RowHeadersWidthSizeMode = DisableResizing;
- ShowCellTooTips = False;
These settings were tested in Visual Studio 2005, in which works very well. I haven't tested them in VS 2008, but I thing they work as well.
2 comments:
They seem to work fine in VS 2010.
Thanks!!
They seem to work fine in VS 2010.
Thanks!!
Post a Comment