T
Tiki Wan
1) Data Grid basically is a table. You can use style sheet on the data grid
to control its column size
2) Write something like "dg.Columns[0].ItemStyle.Width"
3) Right click on the data Grid --> Properties builder --> Columns -> Add
several column -->Back to Format --> Columns --> You should be able to
control the width of the column, and the height of the column will be
depended on the font size and the data.
Hope this help.
-- Tiki , C# Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
to control its column size
2) Write something like "dg.Columns[0].ItemStyle.Width"
3) Right click on the data Grid --> Properties builder --> Columns -> Add
several column -->Back to Format --> Columns --> You should be able to
control the width of the column, and the height of the column will be
depended on the font size and the data.
Hope this help.
-- Tiki , C# Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm