Skip to content

ENH: Supporting StringItems that can expand their height

You can now indicate that you want a Multi-line StringItem to have an expanding size policy for its height by using the new ExpandInY option. Here is an example:

.. code-block:: xml

Please see data/attribute/attribute_collection/StringItemExample.sbt for a complete example.

Merge request reports