c# - GridUnitType.Star? -
How does this Star Unit type work? I had read . But in reality it could not get the way to define the size of an object.
If it was * Size automatically proportionally adjusts the size, therefore, for example If you have a column with the width of
* and the other with the width of
* , then those two columns will have the same width (if they only have two Column, which will be 50% of the width of the grid). Instead, a column was
2 * and second,
* then the ratio of the width of the column would be 2: 1. In other words, the first column will be 66% and the second will be 33%
4 * and
6 * , the first column would be 40% and The second will be 60% on
2 * and
3 * you can write equally well because this ratio is important, not an integer.
Comments
Post a Comment