[RTL] Add cell option to control if cell is shrinked to its contents width.
This commit is contained in:
@@ -597,6 +597,7 @@
|
||||
<param index="0" name="column" type="int" />
|
||||
<param index="1" name="expand" type="bool" />
|
||||
<param index="2" name="ratio" type="int" default="1" />
|
||||
<param index="3" name="shrink" type="bool" default="true" />
|
||||
<description>
|
||||
Edits the selected column's expansion options. If [param expand] is [code]true[/code], the column expands in proportion to its expansion ratio versus the other columns' ratios.
|
||||
For example, 2 columns with ratios 3 and 4 plus 70 pixels in available width would expand 30 and 40 pixels, respectively.
|
||||
|
||||
Reference in New Issue
Block a user