ItemStylesResizeItems Method

Resize the items of the collection.

Definition

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

Parameters

dW  Single
Delta width in pixels.
dH  Single
Delta height in pixels.

See Also