Linear Control Group

Defined in package com.scandit.datacapture.core.ui

Note

This API is currently unavailable on this platform.

LinearControlGroupOrientation

Added in version 8.6.0

The orientation in which a LinearControlGroup will render its child controls.

VERTICAL

Added in version 8.6.0

Vertical orientation.

HORIZONTAL

Added in version 8.6.0

Horizontal orientation.

LinearControlGroup
class LinearControlGroup : Control

Added in version 8.6.0

A Control that arranges multiple sub-controls in a horizontal or vertical layout. Add it to a DataCaptureView with DataCaptureView.addControl().

Note

The controls are added from top to bottom when vertical, from left to right when horizontal.

orientation
val orientation: LinearControlGroupOrientation

Added in version 8.6.0

Gets the orientation for the LinearControlGroup.

spacing
val spacing: FloatWithUnit

Added in version 8.6.0

Gets the spacing applied between controls inside the LinearControlGroup being built.

controls
val controls: List<Control>

Added in version 8.6.0

Gets the list of controls currently in this group.