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 30, 2017
1 parent 8c59aa1 commit a080ce6
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 a080ce6

Please sign in to comment.