Class GridListBoxConceptMetadata

Defines properties and message types for GridListBoxConcept.

Property Types

See also PropertyType
GridListBoxConceptMetadata.DirectionProperty

Sets the direction in which the Grid List Box arranges its items. When you change the layout direction you also change the scroll axis of the Grid List Box.

GridListBoxConceptMetadata.CellWidthProperty

Sets the width of each cell in the Grid List Box.

GridListBoxConceptMetadata.CellHeightProperty

Sets the height of each cell in the Grid List Box.

GridListBoxConceptMetadata.ItemAreaBeginProperty

Sets the proportional offset where the area meant for the fully visible items in the Grid List Box starts. Kanzi uses the values of the Item Area Begin and Item Area End properties to calculate the value of the Node.VisibleAmountInParent property for each list item.You can use the VisibleAmountInParent property in shaders to fade out those list items that are not fully visible.

GridListBoxConceptMetadata.ItemAreaEndProperty

Sets the proportional offset where the area meant for the fully visible items in the Grid List Box ends. Kanzi uses the values of the Item Area Begin and Item Area End properties to calculate the value of the Node.VisibleAmountInParent property for each list item.You can use the VisibleAmountInParent property in shaders to fade out those list items that are not fully visible.

GridListBoxConceptMetadata.GridListBoxRecognitionThresholdProperty

Sets the distance in pixels that the pointer has to move for the scrolling to start in the Grid List Box.

GridListBoxConceptMetadata.GridListBoxMinimumNumberOfTouchesProperty

Sets the minimum number of touch points required on the Grid List Box area for scrolling.

GridListBoxConceptMetadata.GridListBoxMaximumNumberOfTouchesProperty

Sets the maximum number of touch points allowed on the Grid List Box area for scrolling.

GridListBoxConceptMetadata.GridListBoxSensitivityProperty

Sets the amount that the scroll position changes relative to the movement of the pointer. The default value 1 makes the Grid List Box scroll the same amount as the user drags the pointer. For example, to set the Grid List Box to scroll twice the amount that the user drags the pointer, set the value of the property to 2.

GridListBoxConceptMetadata.GridListBoxSlidingAccelerationCoefficientProperty

Sets the acceleration of the Grid List Box after the user releases the pointer with which they scroll the Grid List Box. The higher the value, the quicker the Grid List Box reaches the scroll target. The default value is 40.

GridListBoxConceptMetadata.GridListBoxSlidingDragCoefficientProperty

Sets how much drag affects the movement of the Grid List Box after the user releases the pointer with which they scroll the Grid List Box. The lower the value, the higher the drag and the quicker the scrolling of the Grid List Box stops. The default value is 80.

GridListBoxConceptMetadata.GridListBoxDraggingAccelerationCoefficientProperty

Sets the acceleration of the Grid List Box when the user scrolls the Grid List Box by dragging the pointer. The higher the value, the quicker the Grid List Box reaches its final position. The default value is 80.

GridListBoxConceptMetadata.GridListBoxDraggingDragCoefficientProperty

Sets the amount that drag affects the movement of the Grid List Box when the user scrolls the Grid List Box by dragging the pointer. The lower the value, the higher the drag and the quicker the scrolling stops. The default value is 150.

GridListBoxConceptMetadata.GridListBoxDraggingImpulseFactorProperty

Sets the amount of impulse to generate from the pointer movement when the user scrolls the Grid List Box by dragging the pointer.

GridListBoxConceptMetadata.GridListBoxSwipeDistanceProperty

Sets the distance that a swipe sends the scroll value in the Grid List Box, relative to the speed of the pointer.

GridListBoxConceptMetadata.CalculatedOffsetProperty

Reports the current relative offset of an item in the Grid List Box in proportional range [0, 1].

GridListBoxConceptMetadata.ScrollPositionProperty

Sets the scroll position of the Grid List Box along the x and y axes as a relative position within the list box area. Use this property to move the list to a scroll position immediately, without scrolling. To update this property with a binding, use a to-source or two-way binding.

GridListBoxConceptMetadata.ScrollTargetPositionProperty

Reports the current target scroll value of the Grid List Box.

GridListBoxConceptMetadata.ScrollSpeedProperty

Reports the current scroll speed of the Grid List Box.

GridListBoxConceptMetadata.ScrollingProperty

Reports whether the Grid List Box is currently scrolling.

GridListBoxConceptMetadata.ReversedScrollingProperty

Whether the scroll position in the Grid List Box node increases in relation to the direction of the pan gesture. This reverses the direction of scrolling. By default, the scroll position decreases in relation to the pan direction and items moves to same direction with the pan gesture.

Message Types

See also MessageType

Message Arguments

Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.