Is there a way to autosize columns in DataGrid .NET Compact Framework
I want to autofit columns to the content in cells. Also i want to add my headers to columns. Is there a way to achieve autosize?(开发者_运维技巧i saw that column headers can be set with DataGridTableStyle
)
No. I believe that "autosize" is not supported in the compact framework. You'll have to write your own code to achieve this.
精彩评论