View attributes LrView child layout properties

These container properties determine how the child nodes are placed relative to one another.

Summary

Determines how much space is around the children inside the containing node.
Overrides margin and margin_vertical for just the bottom side.
Overrides margin for left and right sides.
Overrides margin and margin_horizontal for just the left side.
Overrides margin and margin_horizontal for just the right side.
Overrides margin and margin_vertical for just the top side.
Overrides margin for top and bottom sides.
Determines how the children of this container are placed relative to one another.
Determines the amount of space placed between each child.

Properties

margin : (Read-Only)
Determines how much space is around the children inside the containing node.

First supported in version 1.3 of the Lightroom SDK.

margin_bottom : (Read-Only)
Overrides margin and margin_vertical for just the bottom side.

First supported in version 1.3 of the Lightroom SDK.

margin_horizontal : (Read-Only)
Overrides margin for left and right sides.

First supported in version 1.3 of the Lightroom SDK.

margin_left : (Read-Only)
Overrides margin and margin_horizontal for just the left side.

First supported in version 1.3 of the Lightroom SDK.

margin_right : (Read-Only)
Overrides margin and margin_horizontal for just the right side.

First supported in version 1.3 of the Lightroom SDK.

margin_top : (Read-Only)
Overrides margin and margin_vertical for just the top side.

First supported in version 1.3 of the Lightroom SDK.

margin_vertical : (Read-Only)
Overrides margin for top and bottom sides.

First supported in version 1.3 of the Lightroom SDK.

place : (Read-Only)
Determines how the children of this container are placed relative to one another.

First supported in version 1.3 of the Lightroom SDK.

One of:
  • 'vertical' - Children are placed in a column top down. Default.
  • 'horizontal' - Children are placed in a row left to right.
  • 'overlapping' - Children are placed on top of one another.
.
spacing : (Read-Only)
Determines the amount of space placed between each child. Ignored if place is overlapping.

First supported in version 1.3 of the Lightroom SDK.