Hi, I met a problem to set grid column width. I set “100%” for the grid width, but for the column width, I found two scenarios.
First, if there are not many columns, I only set the first column to “10%”, not set the rest, then all the columns will fit the whole width. But if the number of columns change later, become 20 columns, then all the columns will become very narrow, and the horizontal scroll bar is not showing.
Second, if I use number the set the column width, such as 100, or 150, if not many columns, then those columns can not fit the whole width. But the good thing is that if we have many columns, then the scroll bar will show up.
Is there a way to handle this problem? Thanks.