Skip to content

Commit

Permalink
Resize columns to fit contents
Browse files Browse the repository at this point in the history
  • Loading branch information
vbjay committed May 31, 2017
1 parent da9fe0c commit eb2e89d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FeedBuilder/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ private async Task<bool> ReadFiles()


lstFiles.EndUpdate();
lstFiles.AutoResizeColumns( ColumnHeaderAutoResizeStyle.ColumnContent);
return result;
}

Expand Down

0 comments on commit eb2e89d

Please sign in to comment.