How do I prevent the Horizontal Scrollbar of the grid from automatically showing?
My initial thought was to detect the appearance Vertical Scrollbar and auto-size the columns in the grid, but there doesn’t appear to be a way for me to detect that.
When the sum of the widths of all the columns is greater than the width of the grid itself, the horizontal scrollbar is visible. It is not possible to prevent it from showing.