RowMinHeight
Usage
• RowMinHeight 是GridBox的可选项,指定每一行所允许的最小总高度.
Notes
• 缺省设置RowMinHeight->1指定每一行总高度至少要适应当前字体所有字符. • RowMinHeight->0 reduces the total height of each entry as much as possible, allowing entries containing characters such as x and X to be different heights.
RowMinHeight->0尽可能减小每个元素的高度,允许包含字符如x 和 X 的元素具有不同高度.
|