[RTL] Add cell option to control if cell is shrinked to its contents width.

This commit is contained in:
Pāvels Nadtočajevs
2025-01-13 10:07:16 +02:00
parent d19147e09a
commit b983b9d9f4
6 changed files with 41 additions and 11 deletions
+1
View File
@@ -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.