How to set up width of columns in WinForms datagridview properly?
I have a datagridview with some data inside. Some of its contents is long. I have the following requirements:
- Immediately after loading no scrolling should be shown.
- If content is longer than width of column it should be clipped.
- User can resize any column.
- If summarized width of c开发者_高级运维ontent is less that the width of the table the columns should be stretched.
精彩评论