ItemStyleResize Method

Should be called, when the parent container is resized.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public void Resize(
	float dW,
	float dH
)

Parameters

dW  Single
The delta of the width change in pixels.
dH  Single
The delta of the height change in pixels.

See Also