Properties
The user cannot swipe between list and detail panes, though the app can open or close the drawer/list pane programmatically.
The drawer/list pane is locked in a closed position. The user cannot swipe to open the drawer/list pane, but the app can open it programmatically.
The drawer/list pane is locked in an open position. The user cannot swipe to close the drawer/list pane, but the app can close it programmatically.
User can freely swipe between drawer/list and detail panes.
Value for splitDividerPosition indicating that the position should be automatically determined by other layout policy (e.g. LayoutParams.weight) rather than set to a specific pixel value. visualDividerPosition will continue to reflect the currently displayed position of the divider.
UserResizeBehavior where the divider can be released at any position respecting the minimum sizes of each pane view. Relayout occurs only when the divider is released.
UserResizeBehavior where the divider can be released at any position respecting the minimum sizes of each pane view, but relayout will occur on each frame when the divider is moved. This setting can have significant performance implications on complex layouts.