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
)
views:
333answers:
1
+1
A:
No. I believe that "autosize" is not supported in the compact framework. You'll have to write your own code to achieve this.
Quibblesome
2009-12-01 15:28:22
Thanks..I'll fix the sizes then..It seems that CF is kinda not finished framework yet :(
nihi_l_ist
2009-12-02 05:50:59
Heh, well the excuse is package size. There is less code because "mobile devices have less space". They've been saying this for years though. An amusing assessment of CF 1.0 (which was shockingly limited, no stacktrace on exceptions for example) was: "The Compact Framework is just a thin wrapper around NotImplementedException."
Quibblesome
2009-12-02 10:30:24