setUserResizeBehavior

Configure the UserResizeBehavior that will be used to adjust the splitDividerPosition when isUserResizable and the user drags the divider from side to side.

The default is USER_RESIZE_RELAYOUT_WHEN_COMPLETE, which will adjust the position to a freeform position respecting the minimum width of each pane when the user lets go of the divider. USER_RESIZE_RELAYOUT_WHEN_MOVED will resize both panes live as the user drags, though for complex layouts this can carry negative performance implications.

This property can be set from layout xml as the userResizeBehavior attribute, using relayoutWhenComplete or relayoutWhenMoved to set USER_RESIZE_RELAYOUT_WHEN_COMPLETE or USER_RESIZE_RELAYOUT_WHEN_MOVED, respectively.