How can I increase the column width in a list view web part?
|
I couldn't resize the grabby part in the
|
||||
|
|
and save it and test, it would work fine! |
|||
|
|
|
There is a workaround to set the column width, but it will effect all columns. Check the CSS of ListViewWebPart's Html Table (via view source code or IE Dev toolbar) Consider, ListViewWebPart's Table class name is - .msTable Then write an inline CSS in your aspx page like
The above code will set the width fixed for column inside ListViewWebPart. |
||||
|