I am having some issues with auto sizing the list view. I have set the properties to auto size based on the ColumnContent but in one column my header is longer than the content so it cuts off the Header. Here is what I have so Far.
And this is what I am getting
Attachment 95371
Then when I go to print that list view the cells in Columns are wrapping and cutting off
Attachment 95369
Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
StoreList.AutoResizeColumns(ColumnHeaderAutoResizeStyle.ColumnContent)
End Sub
End Class
Attachment 95371
Then when I go to print that list view the cells in Columns are wrapping and cutting off
Attachment 95369