Skip to main content

i created list view retrieve the data from sharepoint list using smart object GetList method, i have around 18 columns to display the problem here is the header width all headers titles are collapsed and actually i can't see the title , is there any way to add scroll in list view or even make every column fit column content 

Hi Mohamed

 

Each column in the list has 3 sets of properties for Column, Header and Body. You can set the "Wrap Text" property to true for both Header and Body to make the column title and contents wrap. There is no method to autosize the column widths to fit the contents.

 

11879i9C2E5FE765BB8906.png


Not sure if it would help you but have you considered using subviews to display the data. What I mean is only show maybe 5-6 coloums that are critical and then a when a user clicks on the row, open a subview and get the data for that row by the Identifier of that row.


Reply