You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to figure out how to use the table ColumnWidths to set my tables to have the proper widths in each column for it's content, but to no avail. An example code, or some documentation would be very useful for newcomers to the project on how to properly use this feature would be extremely useful.
The text was updated successfully, but these errors were encountered:
Not sure if you still need help, I was also trying to figure out how to size columns properly in a table.
In looking at the source code, ColumnWidths is an array of integers specifying the width for each column. ColumnResizer seems to be a function that modifies the ColumnWidths directly during each call to Draw. Therefore usage is probably something like this:
Hello,
I've been trying to figure out how to use the table ColumnWidths to set my tables to have the proper widths in each column for it's content, but to no avail. An example code, or some documentation would be very useful for newcomers to the project on how to properly use this feature would be extremely useful.
The text was updated successfully, but these errors were encountered: